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:
parent
cc0e9a5e1e
commit
c9d8d41fd3
7 changed files with 988 additions and 0 deletions
2
NEWS
2
NEWS
|
|
@ -21,6 +21,8 @@ New in spot 2.3.2.dev (not yet released)
|
|||
- twa objects have a new property: prop_complete(). This obviously
|
||||
acts as a cache for the is_complete() function.
|
||||
|
||||
- spot::dualize() implements the dual of any alternating automaton.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- In "lenient" mode the parser would fail to recover from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue