new transformation from Fin-less to TGBA

Fixes #72.

* src/tgbaalgos/totgba.cc, src/tgbaalgos/totgba.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbaalgos/postproc.cc, src/tgbaalgos/postproc.hh: Add
a Generic output type, and call to_generalized_buchi() if
this type is not selected.
* src/tgbatest/remfin.test: Add some tests.
* src/bin/autfilt.cc: Add a --generic option, and set it
by default.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-02 22:23:18 +02:00
parent 16204e8e61
commit e589e208bd
7 changed files with 296 additions and 3 deletions

View file

@ -64,7 +64,7 @@ namespace spot
/// options used for debugging or benchmarking.
postprocessor(const option_map* opt = 0);
enum output_type { TGBA, BA, Monitor };
enum output_type { TGBA, BA, Monitor, Generic };
void
set_type(output_type type)
{