implemented untimed until using bitarrays (although somewhat terribly)

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-04-20 23:16:00 -07:00
parent ba46bfbd05
commit a59756c58e
2 changed files with 22 additions and 1 deletions

View file

@ -31,7 +31,7 @@ class TestSTLEval(unittest.TestCase):
@params(ex1, ex2, ex3, ex4, ex5, ex6, ex7, ex8, ex9)
@params(ex1, ex2, ex3, ex4, ex5, ex6, ex7, ex8, ex9, ex10, ex11)
def test_fasteval(self, phi_str, _):
phi = stl.parse(phi_str)
stl_eval = stl.boolean_eval.pointwise_sat(phi)