safra: implement powerset construction
* spot/twaalgos/Makefile.am: Update it. * src/twaalgos/safra.cc, src/twaalgos/safra.hh: New.
This commit is contained in:
parent
064ccd5c05
commit
496083b14a
3 changed files with 292 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue