twa_graph: add basic support for alternation
This only allows creating universal edges, and reading the associated destinations. * spot/twa/twagraph.hh (new_univ_edges, univ_dests, is_alternating): New function. * python/spot/impl.i: Add Python bindings. * tests/python/alternating.py: New file. * tests/Makefile.am: Add it.
This commit is contained in:
parent
4903f086e3
commit
6aad559c29
4 changed files with 253 additions and 22 deletions
|
|
@ -324,6 +324,7 @@ TESTS_python = \
|
|||
python/_aux.ipynb \
|
||||
python/accparse2.py \
|
||||
python/alarm.py \
|
||||
python/alternating.py \
|
||||
python/bddnqueen.py \
|
||||
python/bugdet.py \
|
||||
python/implies.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue