game: rewrite, document, and rename solve_reachability_game
* spot/twaalgos/game.hh, spot/twaalgos/game.cc: Rename solve_reachability_game() as solve_safety_game(), rewrite it (the old implementation incorrectly marked dead states as winning for their owner). * tests/python/paritygame.ipynb: Rename as... * tests/python/games.ipynb: ... this, and illustrate solve_safety_game(). * tests/Makefile.am, NEWS, doc/org/tut.org: Adjust. * tests/python/except.py: Add more tests.
This commit is contained in:
parent
05449a42d3
commit
9a17f5676c
7 changed files with 784 additions and 87 deletions
4
NEWS
4
NEWS
|
|
@ -148,8 +148,8 @@ New in spot 2.9.5.dev (not yet released)
|
|||
|
||||
Python:
|
||||
|
||||
- Bindings for functions related to parity games.
|
||||
See https://spot.lrde.epita.fr/ipynb/paritygame.html for examples.
|
||||
- Bindings for functions related to games.
|
||||
See https://spot.lrde.epita.fr/ipynb/games.html for examples.
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue