implemented untimed until using bitarrays (although somewhat terribly)
This commit is contained in:
parent
ba46bfbd05
commit
a59756c58e
2 changed files with 22 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue