Menu

Tree [r13] /
 History

HTTPS access


File Date Author Commit
 ASPSolver.py 2014-06-03 hannesklarner [r10] unstable approach to v2.0
 FileExchange.py 2014-06-06 hannesklarner [r12] last before mayham..
 ILPSolver.py 2014-06-03 hannesklarner [r10] unstable approach to v2.0
 InteractionGraphs.py 2014-06-09 hannesklarner [r13] hopefully fixed percolation..
 PrimeImplicantGraphs.py 2014-06-09 hannesklarner [r13] hopefully fixed percolation..
 Routines.py 2014-06-06 hannesklarner [r11] nearly v2.0
 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
 mapk.lp 2014-04-29 hannesklarner [r1] Initial commit
 mapk.sbml 2014-04-29 hannesklarner [r1] Initial commit
 mapk.smv 2014-06-03 hannesklarner [r10] unstable approach to v2.0
 mapk.txt 2014-05-28 hannesklarner [r6] keep on truckin..
 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.