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
|
|
@ -357,12 +357,12 @@ TESTS_ipython = \
|
|||
python/contains.ipynb \
|
||||
python/decompose.ipynb \
|
||||
python/formulas.ipynb \
|
||||
python/games.ipynb \
|
||||
python/gen.ipynb \
|
||||
python/highlighting.ipynb \
|
||||
python/ltsmin-dve.ipynb \
|
||||
python/ltsmin-pml.ipynb \
|
||||
python/parity.ipynb \
|
||||
python/paritygame.ipynb \
|
||||
python/product.ipynb \
|
||||
python/randaut.ipynb \
|
||||
python/randltl.ipynb \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue