better coverage for ltlsynt
* tests/core/ltlsynt.test: here
This commit is contained in:
parent
d7ee23ed2f
commit
6f057941ce
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ EOF
|
||||||
ltlsynt --ins='a' --outs='b' -f 'GFa <-> GFb' --print-pg > out
|
ltlsynt --ins='a' --outs='b' -f 'GFa <-> GFb' --print-pg > out
|
||||||
diff out exp
|
diff out exp
|
||||||
|
|
||||||
|
cat >exp <<EOF
|
||||||
|
translating formula done
|
||||||
|
split inputs and outputs done
|
||||||
|
determinization done
|
||||||
|
parity game built
|
||||||
|
EOF
|
||||||
|
ltlsynt --ins='a' --outs='b' -f 'GFa <-> GFb' --verbose --realizability 2> out
|
||||||
|
diff out exp
|
||||||
|
|
||||||
F0='(G ((((req) -> (X ((grant) && (X ((grant) && (X (grant))))))) && ((grant)
|
F0='(G ((((req) -> (X ((grant) && (X ((grant) && (X (grant))))))) && ((grant)
|
||||||
-> (X (! (grant))))) && ((cancel) -> (X ((! (grant)) U (go))))))'
|
-> (X (! (grant))))) && ((cancel) -> (X ((! (grant)) U (go))))))'
|
||||||
IN0='cancel, go, req'
|
IN0='cancel, go, req'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue