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:
Florian Renkin 2023-11-29 09:16:01 +00:00
parent 234ba2bb84
commit cee2819a45
2 changed files with 9 additions and 5 deletions

View file

@ -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