hoa: output highlighted states and edges in v1.1

* spot/twaalgos/hoa.cc: Here.
* doc/org/hoa.org, NEWS: Document that.
* tests/core/readsave.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-15 20:03:12 +02:00
parent bbc3afe1cf
commit e17a617bc2
4 changed files with 181 additions and 12 deletions

7
NEWS
View file

@ -54,6 +54,13 @@ New in spot 2.0.3a (not yet released)
is still the default, but we plan to default to version 1.1 in the
future.
* The "highlight-states" and "highlight-edges" named properties,
which were introduced in 1.99.8, will now be output using
"spot.highlight.edges:" and "spot.highlight.states:" headers if
version 1.1 of the HOA format is selected. The automaton parser
was secretly able of reading that since 1.99.8, but that is now
documented at https://spot.lrde.epita.fr/hoa.html#extensions
* is_deterministic(), is_terminal(), is_weak(), and
is_inherently_weak(), count_nondet_states() will update the
corresponding properties of the automaton as a side-effect of