Menu

Tree [r82] /
 History

HTTPS access


File Date Author Commit
 Core 2015-07-10 hannesklarner [r81] almost done with documentation and tests and re...
 Dependencies 2015-07-08 hannesklarner [r76] towards py3
 Macros 2015-07-08 hannesklarner [r79] moving about
 Tests 2015-07-15 hannesklarner [r82] files for unittests
 examples 2015-05-27 hannesklarner [r60] towards next release..
 readme.txt 2015-07-08 hannesklarner [r78] restructuring..
 setup.py 2015-07-10 hannesklarner [r81] almost done with documentation and tests and re...

Read Me

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

(July 2015, v2.0)
Complete resturcture:
 - Python3
 - NuSMV model checking
 - attractor detection
 - unit tests
 - full documentation
 - export of interaction graphs as dot files

(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.