dot: add support for two-player games

* spot/twaalgos/dot.cc: Honor the "state-player" property and draw
player 1 states using diamonds.
* doc/org/hoa.org: Show an example.
* tests/core/gamehoa.test: Make sure diamond is output.
* NEWS: Mention this.
This commit is contained in:
Alexandre Duret-Lutz 2020-09-08 16:52:22 +02:00
parent ea9384dd4b
commit 41d088ea95
4 changed files with 24 additions and 0 deletions

3
NEWS
View file

@ -76,6 +76,9 @@ New in spot 2.9.4.dev (not yet released)
back by the automaton parser, which means that games can be saved
and loaded.
- print_dot() will display states from player 1 using a diamond
shape.
New in spot 2.9.4 (2020-09-07)
Bugs fixed: