Implement to_weak_alternating() which weakifies tgbas
* NEWS: mention the modification. * python/spot/impl.i: makes to_weak_alternating visible from python * spot/twaalgos/Makefile.am, spot/twaalgos/toweak.cc, spot/twaalgos/toweak.hh: Implements to_weak_alternating. * tests/Makefile.am, tests/python/toweak.py: Test the results of to_weak_alternating.
This commit is contained in:
parent
71b08b034a
commit
c8889e65f0
7 changed files with 361 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ twaalgos_HEADERS = \
|
|||
tau03.hh \
|
||||
tau03opt.hh \
|
||||
totgba.hh \
|
||||
toweak.hh \
|
||||
translate.hh \
|
||||
word.hh
|
||||
|
||||
|
|
@ -145,6 +146,7 @@ libtwaalgos_la_SOURCES = \
|
|||
tau03.cc \
|
||||
tau03opt.cc \
|
||||
totgba.cc \
|
||||
toweak.cc \
|
||||
translate.cc \
|
||||
word.cc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue