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:
parent
3fd49da159
commit
d9f3ca71c0
4 changed files with 917 additions and 13 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue