Improve ltlsynt interface
To ease debugging and testing, ltlsynt can output the synthesized strategy as an automaton, not just an aiger circuit. Also, its exit code has been changed to something meaningful. * bin/ltlsynt.cc: Various improvements: options, exit code, code style * spot/twaalgos/aiger.hh, spot/twaalgos/aiger.cc, spot/twaalgos/Makefile.am: Move the aiger printer to separate files * tests/core/ltlsynt.test: Clean up and update test file * tests/Makefile.am: Add the test file to the test suite * NEWS: document the new aiger printer * doc/org/concepts.org: document the named property "synthesis-outputs", used by print_aiger
This commit is contained in:
parent
502ddc6d0a
commit
1da0afbafe
8 changed files with 564 additions and 1348 deletions
|
|
@ -309,7 +309,8 @@ TESTS_twa = \
|
|||
core/acc_word.test \
|
||||
core/dca.test \
|
||||
core/dnfstreett.test \
|
||||
core/parity.test
|
||||
core/parity.test \
|
||||
core/ltlsynt.test
|
||||
|
||||
############################## PYTHON ##############################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue