ltlsynt: add options --dot and --hide-status
* bin/ltlsynt.cc: Implement these options. * bin/common_aoutput.hh, bin/common_aoutput.cc (automaton_format_opt): Make extern. * NEWS: Mention the new options. * doc/org/ltlsynt.org: Use dot output in documentation. * tests/core/ltlsynt.test: Quick test of the new options.
This commit is contained in:
parent
ef0aeed228
commit
c1c874b1a5
6 changed files with 205 additions and 67 deletions
10
NEWS
10
NEWS
|
|
@ -36,6 +36,16 @@ New in spot 2.10.6.dev (not yet released)
|
|||
- ltlsynt has a new option --from-pgame that takes a parity game in
|
||||
extended HOA format, as used in the Synthesis Competition.
|
||||
|
||||
- ltlsynt has a new option --hide-status to hide the REALIZABLE or
|
||||
UNREALIZABLE output expected by SYNTCOMP. (This line is
|
||||
superfluous, because the exit status of ltlsynt already indicate
|
||||
whether the formula is realizable or not.)
|
||||
|
||||
- ltlsynt has a new option --dot to request GraphViz output instead
|
||||
of most output. This works for displaying Mealy machines, games,
|
||||
or AIG circuits. See https://spot.lrde.epita.fr/ltlsynt.html for
|
||||
examples.
|
||||
|
||||
- genaut learned the --cyclist-trace-nba and --cyclist-proof-dba
|
||||
options. Those are used to generate pairs of automata that should
|
||||
include each other, and are used to show a regression (in speed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue