ltlcross: add option --strength and --ambiguous
Suggested by František Blahoudek. * bin/ltlcross.cc: Implement the two options. * doc/org/ltlcross.org, NEWS: Document them. * tests/core/complementation.test: Adjust test case. * tests/core/ltlcross3.test, tests/core/unambig.test: More tests.
This commit is contained in:
parent
cc1191cd66
commit
3b5fa22a3b
6 changed files with 212 additions and 118 deletions
6
NEWS
6
NEWS
|
|
@ -6,6 +6,12 @@ New in spot 2.1.1.dev (not yet released)
|
|||
(--tv-f1, --tv-f2, --tv-g1, --tv-g2, --tv-uu)
|
||||
defined in Tabakov & Vardi's RV'10 paper.
|
||||
|
||||
* ltlcross's --csv and --json output was changed to not include
|
||||
information about the ambiguity or strength of the automata by
|
||||
default. Computing those can be costly and not needed by
|
||||
every user, so it should now be requested explicitely using
|
||||
options --strength and --ambiguous.
|
||||
|
||||
Library:
|
||||
|
||||
* New LTL simplification rule:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue