* tests/core/ltlsynt.test: Test --aiger without option.
This commit is contained in:
parent
17070b6cee
commit
188fee4756
1 changed files with 2 additions and 18 deletions
|
|
@ -137,28 +137,12 @@ o0 b
|
|||
EOF
|
||||
ltlsynt --ins=a --outs=b -f 'GFa <-> GFb' --aiger=isop,isop+dc,isop+ud >out
|
||||
diff out exp
|
||||
|
||||
cat >exp <<EOF
|
||||
REALIZABLE
|
||||
aag 1 1 0 1 0
|
||||
2
|
||||
2
|
||||
i0 a
|
||||
o0 b
|
||||
EOF
|
||||
ltlsynt --ins=a --outs=b -f 'GFa <-> GFb' --aiger=ite >out
|
||||
diff out exp
|
||||
|
||||
cat >exp <<EOF
|
||||
REALIZABLE
|
||||
aag 1 1 0 1 0
|
||||
2
|
||||
2
|
||||
i0 a
|
||||
o0 b
|
||||
EOF
|
||||
ltlsynt --ins=a --outs=b -f 'GFa <-> GFb' --aiger=ite+ud+dc >out
|
||||
diff out exp
|
||||
ltlsynt --ins=a --outs=b -f 'GFa <-> GFb' --aiger >out
|
||||
diff out exp
|
||||
|
||||
cat >exp <<EOF
|
||||
REALIZABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue