working on the new encoding; backup commit

This commit is contained in:
Artur Meski
2017-03-09 23:06:44 +01:00
parent f70cc0034b
commit 97ff4baf35
3 changed files with 74 additions and 32 deletions

View File

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