dtbasat: implement dba_sat_minimize()

* src/tgbaalgos/dtbasat.cc, src/tgbaalgos/dtbasat.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/ltl2tgba.cc: Add option -RS.
This commit is contained in:
Alexandre Duret-Lutz 2013-07-18 22:29:06 +02:00
parent 3fd49da159
commit d9f3ca71c0
4 changed files with 917 additions and 13 deletions

View file

@ -37,6 +37,7 @@ tgbaalgos_HEADERS = \
degen.hh \
dottydec.hh \
dotty.hh \
dtbasat.hh \
dupexp.hh \
eltl2tgba_lacim.hh \
emptiness.hh \
@ -84,6 +85,7 @@ libtgbaalgos_la_SOURCES = \
degen.cc \
dotty.cc \
dottydec.cc \
dtbasat.cc \
dupexp.cc \
eltl2tgba_lacim.cc \
emptiness.cc \