reimplement evaluation using discrete-signals library
This commit is contained in:
parent
cfbdabf517
commit
dd6bd4b6be
12 changed files with 241 additions and 447 deletions
|
|
@ -28,4 +28,4 @@ def test_identities(phi):
|
|||
def test_walk():
|
||||
phi = mtl.parse(
|
||||
'(([ ][0, 1] ap1 & < >[1,2] ap2) | (@ap1 U ap2))')
|
||||
assert len(list((~phi).walk())) == 11
|
||||
assert len(list((~phi).walk())) == 19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue