working on the new encoding

This commit is contained in:
Artur Meski
2017-03-11 19:57:42 +01:00
parent 97ff4baf35
commit fab7880ccf
6 changed files with 432 additions and 267 deletions

View File

@@ -31,11 +31,12 @@ def test_rsLTL():
rc = ReactionSystemWithAutomaton(r,c)
checker = SmtCheckerRSC(rc)
checker.dummy_unroll(10)
#e = Encoder_rsLTL(checker)
print(checker.get_loop_encodings())
checker.check_rsltl(formula=x)
# checker.dummy_unroll(10)
# e = rsLTL_Encoder(checker)
# print(checker.get_loop_encodings())
# print(e.encode(x, 0, 10))
def test_extended_automaton():