Add a is_weak_scc() function based on cycle enumeration.

* src/tgbaalgos/isweakscc.cc, src/tgbaalgos/isweakscc.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/ltl2tgba.cc: Add a -KW option.
* src/tgbatest/cycles.test: Test it on a small example.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-20 18:05:34 +02:00
parent 374a489e3f
commit 420fcd62e4
5 changed files with 158 additions and 0 deletions

View file

@ -42,6 +42,7 @@ tgbaalgos_HEADERS = \
emptiness_stats.hh \
gv04.hh \
isdet.hh \
isweakscc.hh \
lbtt.hh \
ltl2taa.hh \
ltl2tgba_fm.hh \
@ -82,6 +83,7 @@ libtgbaalgos_la_SOURCES = \
emptiness.cc \
gv04.cc \
isdet.cc \
isweakscc.cc \
lbtt.cc \
ltl2taa.cc \
ltl2tgba_fm.cc \