safra: implement powerset construction

* spot/twaalgos/Makefile.am: Update it.
* src/twaalgos/safra.cc, src/twaalgos/safra.hh: New.
This commit is contained in:
Alexandre Lewkowicz 2015-05-08 09:01:34 +02:00 committed by Alexandre Duret-Lutz
parent 064ccd5c05
commit 496083b14a
3 changed files with 292 additions and 0 deletions

View file

@ -66,6 +66,7 @@ twaalgos_HEADERS = \
remfin.hh \
remprop.hh \
strength.hh \
safra.hh \
sbacc.hh \
sccfilter.hh \
sccinfo.hh \
@ -121,6 +122,7 @@ libtwaalgos_la_SOURCES = \
remprop.cc \
relabel.cc \
strength.cc \
safra.cc \
sbacc.cc \
sccinfo.cc \
sccfilter.cc \