remfin: Use tra2tba as new rabin strategy in remove_fin

Move implementation of tra2tba to remfin.

* python/spot/impl.i: Remove tra2tba python bindings
* spot/twaalgos/Makefile.am: Remove tra2tba
* spot/twaalgos/remfin.cc: Update rabin_strategy
* spot/twaalgos/tra2tba.cc: Delete the file
* spot/twaalgos/tra2tba.hh: Delete the file
* tests/core/remfin.test: Update tests
* tests/python/tra2tba.py: Update tests
This commit is contained in:
xlauko 2017-06-29 22:11:17 +02:00 committed by Alexandre Duret-Lutz
parent 2019315213
commit d45b60a4e5
7 changed files with 363 additions and 726 deletions

View file

@ -84,7 +84,6 @@ twaalgos_HEADERS = \
tau03.hh \
tau03opt.hh \
totgba.hh \
tra2tba.hh \
translate.hh \
word.hh
@ -146,7 +145,6 @@ libtwaalgos_la_SOURCES = \
tau03.cc \
tau03opt.cc \
totgba.cc \
tra2tba.cc \
translate.cc \
word.cc