twaalgos: Implement language_map algo

* python/spot/impl.i: Add python bindings.
* spot/twaalgos/langmap.cc: Implement algo.
* spot/twaalgos/langmap.hh: Declare algo.
* spot/twaalgos/Makefile.am: Add new files.
* tests/python/langmap.py: Add tests.
* NEWS: Update.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2016-12-12 16:45:03 +01:00
parent 9a204b770f
commit 8a0eed6cef
6 changed files with 234 additions and 0 deletions

View file

@ -50,6 +50,7 @@ twaalgos_HEADERS = \
isdet.hh \
isunamb.hh \
isweakscc.hh \
langmap.hh \
lbtt.hh \
ltl2taa.hh \
ltl2tgba_fm.hh \
@ -106,6 +107,7 @@ libtwaalgos_la_SOURCES = \
isdet.cc \
isunamb.cc \
isweakscc.cc \
langmap.cc \
lbtt.cc \
ltl2taa.cc \
ltl2tgba_fm.cc \