spot/tests
philipp 4260b17fba New game api
Introduce a new, uniform way to create and solve
games.
Games can now be created directly from specification
using creat_game, uniformly solved using
solve_game and transformed into a strategy
using create_strategy.
Strategy are mealy machines, which can be minimized.

* bin/ltlsynt.cc: Minor adaption
* spot/twaalgos/game.cc: solve_game, setters and getters
for named properties
* spot/twaalgos/game.hh: Here too
* spot/twaalgos/mealy_machine.cc: Minor adaption
* spot/twaalgos/synthesis.cc: create_game, create_strategy and
minimize_strategy
* spot/twaalgos/synthesis.hh: Here too
* tests/core/ltlsynt.test: Adapting
* tests/python/aiger.py
, tests/python/games.ipynb
, tests/python/mealy.py
, tests/python/parity.py
, tests/python/split.py: Adapting
2021-09-16 14:53:47 +02:00
..
core New game api 2021-09-16 14:53:47 +02:00
ltsmin modelchek: add more tests 2020-06-10 09:02:02 +02:00
python New game api 2021-09-16 14:53:47 +02:00
sanity parseaut: replace std::map by robin_hood::unordered_flat_map 2021-09-15 16:53:00 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am Making aiger a class 2021-09-16 14:53:46 +02:00
run.in improve PyPy support by following PEP 3149 2021-06-29 21:15:04 +02:00