auts_to_aiger: Fix output name index
* spot/twaalgos/aiger.cc: Correct the position of an output in a realizability_simplifier. * tests/core/ltlsynt.test: Add test.
This commit is contained in:
parent
234ba2bb84
commit
cee2819a45
2 changed files with 9 additions and 5 deletions
|
|
@ -1106,3 +1106,7 @@ REALIZABLE
|
|||
REALIZABLE
|
||||
EOF
|
||||
diff out expected
|
||||
|
||||
f1="((G ((p0) <-> (! (p1)))) && (((((F ((b) && (G (F (a))))) ||\
|
||||
(F ((c) && (G (F (! (a))))))) && (F (b))) && (F (c))) <-> (G (F (p0)))))"
|
||||
ltlsynt -f "$f1" --outs="p1, p0" --aiger > /dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue