twaalgos/totgba: Add dnf_to_streett() method

* NEWS: Update.
* spot/twaalgos/totgba.hh: Declare dnf_to_streett().
* spot/twaalgos/totgba.cc: Implement dnf_to_streett().
* bin/autfilt.cc: Add --dnf-to-streett cmd line option.
* tests/core/dnfstreett.test: Add test.
* tests/Makefile.am: Add test file.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2017-06-17 21:06:31 +02:00
parent cf18c06940
commit 50e99cdca7
6 changed files with 558 additions and 1 deletions

View file

@ -300,7 +300,8 @@ TESTS_twa = \
core/randpsl.test \
core/cycles.test \
core/acc_word.test \
core/dca.test
core/dca.test \
core/dnfstreett.test
############################## PYTHON ##############################