dot: add option 'A' to disable 'a'

This way in 2.5 we can make 'a' the default, and tell people to use
SPOT_DOTDEFAULT=A if they want the old behavior in both 2.4 and 2.5.

* spot/twaalgos/dot.cc: Implement the option.
* NEWS, bin/common_aoutput.cc: Mention it.
* tests/core/readsave.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2017-08-30 15:08:53 +02:00
parent 205294c2c2
commit b242122ce8
4 changed files with 11 additions and 5 deletions

2
NEWS
View file

@ -72,6 +72,8 @@ New in spot 2.3.5.dev (not yet released)
- The print_dot() function will now display names for well known
acceptance conditions under the formula when option 'a' is used.
We plan to enable 'a' by default in a future release, so a new
option 'A' has been added to hide the acceptance condition.
- A new named property for automata called "original-states" can be
used to record the origin of a state before transformation. It is