implement dualize to complement automatons

* NEWS: Mention the implementation
* python/spot/impl.i: Add dualize() to python interface.
* spot/twaalgos/Makefile.am: Add dualize.cc,hh to the build
* spot/twaalgos/dualize.cc: Implement dualize() that takes an automaton
  and returns its dual
* spot/twaalgos/dualize.hh: Implement dualize()
* tests/Makefile.am: Add dualize tests to the test suite
* tests/python/dualize.py: Test cases for dualize
This commit is contained in:
Thomas Medioni 2017-03-23 12:17:28 +01:00
parent cc0e9a5e1e
commit c9d8d41fd3
7 changed files with 988 additions and 0 deletions

View file

@ -332,6 +332,7 @@ TESTS_python = \
python/bugdet.py \
python/declenv.py \
python/decompose_scc.py \
python/dualize.py \
python/implies.py \
python/interdep.py \
python/ltl2tgba.test \