imports
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from rctsys import ReactionSystem,ReactionSystemWithConcentrations,ContextAutomatonWithConcentrations,ReactionSystemWithAutomaton
|
from rctsys import *
|
||||||
from distrib_rctsys import DistributedReactionSystem
|
from distrib_rctsys import *
|
||||||
from smtchecker import SmtChecker
|
from smtchecker import SmtChecker
|
||||||
from smtcheckerpgrs import SmtCheckerPGRS
|
from smtcheckerpgrs import SmtCheckerPGRS
|
||||||
from smtcheckerdistribrs import SmtCheckerDistribRS
|
from smtcheckerdistribrs import SmtCheckerDistribRS
|
||||||
from smtcheckerrsc import SmtCheckerRSC
|
from smtcheckerrsc import SmtCheckerRSC
|
||||||
import sys
|
import sys
|
||||||
import resource
|
import resource
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ def chain_reaction(print_system=False):
|
|||||||
print("be reasonable")
|
print("be reasonable")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
r = ReactionSystemWithConcentrations()
|
r = ReactionSystemWithConcentrations()
|
||||||
r.add_bg_set_entity(("inc",1))
|
r.add_bg_set_entity(("inc",1))
|
||||||
# r.add_bg_set_entity(("reset",1))
|
# r.add_bg_set_entity(("reset",1))
|
||||||
r.add_bg_set_entity(("dec",1))
|
r.add_bg_set_entity(("dec",1))
|
||||||
|
|||||||
10
rssmt.py
10
rssmt.py
@@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from rctsys import ReactionSystem,ReactionSystemWithConcentrations,ContextAutomatonWithConcentrations,ReactionSystemWithAutomaton
|
from rctsys import *
|
||||||
from smtchecker import SmtChecker
|
from smtchecker import SmtChecker
|
||||||
from smtcheckerpgrs import SmtCheckerPGRS
|
from smtcheckerpgrs import SmtCheckerPGRS
|
||||||
from smtcheckerdistribrs import SmtCheckerDistribRS
|
from smtcheckerdistribrs import SmtCheckerDistribRS
|
||||||
from smtcheckerrsc import SmtCheckerRSC
|
from smtcheckerrsc import SmtCheckerRSC
|
||||||
import sys
|
import sys
|
||||||
import rs_examples
|
import rs_examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user