Menu

Tree [r35] /
 History

HTTPS access


File Date Author Commit
 ASPSolver.py 2014-06-20 hannesklarner [r22] ASP nearly ready
 BoolNetInterface.py 2014-07-01 hannesklarner [r25] getting there..
 FileExchange.py 2014-07-10 hannesklarner [r31] percolation still sucks
 ILPSolver.py 2014-07-11 hannesklarner [r33] percolation algorithm revised and bugfixed
 InteractionGraphs.py 2014-06-09 hannesklarner [r14] nearly finished..
 Macros.py 2014-07-11 hannesklarner [r34] Macro bugfix
 ModelChecking.py 2014-07-14 hannesklarner [r35] Added NuSMV options parameter
 PrimeImplicantGraphs.py 2014-07-11 hannesklarner [r33] percolation algorithm revised and bugfixed
 SymbolicStates.py 2014-06-11 hannesklarner [r15] almost there..
 buddingyeast.sbml 2014-04-29 hannesklarner [r1] Initial commit
 buddingyeast.smv 2014-06-03 hannesklarner [r10] unstable approach to v2.0
 buddingyeast.txt 2014-04-29 hannesklarner [r1] Initial commit
 jobs.py 2014-06-13 hannesklarner [r16] lets go now
 mapk.lp 2014-04-29 hannesklarner [r1] Initial commit
 mapk.sbml 2014-04-29 hannesklarner [r1] Initial commit
 mapk.smv 2014-06-09 hannesklarner [r14] nearly finished..
 mapk.txt 2014-06-13 hannesklarner [r16] lets go now
 qm.py 2014-04-29 hannesklarner [r1] Initial commit
 readme.txt 2014-06-03 hannesklarner [r10] unstable approach to v2.0
 temporal_logic_queries.txt 2014-06-03 hannesklarner [r10] unstable approach to v2.0

Read Me

Last Changes
============

(May 2014, v1.02):
 - Added file conversion BoolNet->NuSMV
 - Added output format parameter that allows for a reduced network description using substitution and percolation

(April 2014, v1.01):
 - Added export of 0-1 optimization problem as Potassco ASP problem.
   Use "save_ASP( Filename )".
 - Added option for removing inputs when searching for maximal symbolic steady states.
   Use "inputs_to_blinkers()" to convert each input node into a blinker, i.e.,
   a node with a negative self-regulation.