spot/python
Alexandre Duret-Lutz 8b93b6967d rename pg_print() as print_pg() and add it to to_str()
* NEWS: Mention those change.
* spot/twaalgos/game.hh (print_pg): New function.
(pg_print): Mark as deprecated.
* spot/twaalgos/game.cc (pg_print): Redirect to print_pg().
(print_pg): Update to output state names.
* python/spot/__init__.py: Teach to_str() about print_pg().
* bin/ltlsynt.cc: Adjust to call print_pg().
* tests/python/games.ipynb: Add an example.
* tests/core/ltlsynt.test: Adjust to remove the "INIT" note.
2022-07-23 21:38:23 +02:00
..
spot rename pg_print() as print_pg() and add it to to_str() 2022-07-23 21:38:23 +02:00
.gitignore remove more references to the old cgi-based translator 2018-08-28 20:48:44 +02:00
buddy.i Adding bdd_is_cube for python 2021-09-16 14:53:45 +02:00
Makefile.am Work around issue with inttypes.h macros 2021-11-16 23:28:16 +01:00