introduce spot::split_edges()
Fixes #255. * spot/twaalgos/split.cc, spot/twaalgos/split.hh, tests/core/split.test: New files. * spot/twaalgos/Makefile.am, tests/Makefile.am: Add them. * bin/autfilt.cc (--split-edges): New option. * python/spot/impl.i: Process split.hh. * tests/python/alternating.py: Test split_edges() on an alternating automaton.
This commit is contained in:
parent
3d8c48555b
commit
19aae6f9cf
9 changed files with 200 additions and 22 deletions
|
|
@ -247,6 +247,7 @@ TESTS_twa = \
|
|||
core/sccdot.test \
|
||||
core/sccsimpl.test \
|
||||
core/sepsets.test \
|
||||
core/split.test \
|
||||
core/dbacomp.test \
|
||||
core/obligation.test \
|
||||
core/wdba.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue