spot/python/spot
philipp 98ebbea17e Renaming and clean up
"Strategy" was used for mealy machines and game strategies a like.
Introduced the notion of mealy machine in three different flavors:
mealy machine: twa_graph with synthesis-outputs
separated mealy machine: mealy machine and all transitions
have conditions of the form (bdd over inputs)&(bdd over outputs)
split mealy machine: mealy machine that alternates between
env and player states. Needs state-players

* bin/ltlsynt.cc: renaming
* python/spot/impl.i: Add vector for const_twa_graph_ptr
* spot/twaalgos/aiger.cc,
spot/twaalgos/aiger.hh: Adapting functions
* spot/twaalgos/mealy_machine.cc,
spot/twaalgos/mealy_machine.hh: Add test functions and
propagate properties correctly. Adjust for names
* spot/twaalgos/synthesis.cc,
spot/twaalgos/synthesis.hh: Removing unnecessary functions
and adapt to new names
* tests/python/aiger.py,
tests/python/_mealy.ipynb,
tests/python/mealy.py,
tests/python/synthesis.ipynb: Adjust
2021-11-11 00:38:14 +01:00
..
__init__.py org: cleanup tut40 2021-10-01 08:48:11 +02:00
aux_.py python: rename aux.py to aux_.py 2020-11-08 14:08:13 +01:00
gen.i python: remove workaround for swig 2.0.2 2019-10-02 09:34:18 +02:00
impl.i Renaming and clean up 2021-11-11 00:38:14 +01:00
jupyter.py python: define our own SVG DisplayObject 2019-12-05 08:01:07 +01:00
ltsmin.i python: remove workaround for swig 2.0.2 2019-10-02 09:34:18 +02:00