Add support for --check=strength
* src/twaalgos/strength.cc, src/twaalgos/strength.hh (check_strength): New function. * src/bin/common_aoutput.cc: Add --check=strength. * src/tests/strength.test: New file. * src/tests/Makefile.am: Add it. * doc/org/hoa.org, NEWS: Document it.
This commit is contained in:
parent
f4cf0f4078
commit
3428fb32cd
7 changed files with 223 additions and 16 deletions
6
NEWS
6
NEWS
|
|
@ -4,6 +4,12 @@ New in spot 1.99.5a (not yet released)
|
|||
|
||||
* autfilt has two now filters: --is-weak and --is-terminal.
|
||||
|
||||
* All tools that output HOA files accept a --check=strength option
|
||||
to request automata to be marked as "weak" or "terminal" as
|
||||
appropriate. Without this option, these properties may only be
|
||||
set as a side-effect of running transformations that use this
|
||||
information.
|
||||
|
||||
Library:
|
||||
|
||||
* Properties of automata (like the "properties:" line of the HOA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue