Adjust ltl2tgba.py to call scc_filter() with the "full" option as

appropriate.

* wrap/python/spot.i (spot::scc_filter): Make it available.
* wrap/python/cgi-bin/ltl2tgba.in (reduce_scc): Call scc_filter.
Use the "full" option unless the show_degen_png or
show_never_claim are set.  Also reduce_scc the default.
This commit is contained in:
Alexandre Duret-Lutz 2010-04-12 16:39:28 +02:00
parent ef3c82e1b0
commit 60dbeb1128
3 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,13 @@
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Adjust ltl2tgba.py to call scc_filter() with the "full" option as
appropriate.
* wrap/python/spot.i (spot::scc_filter): Make it available.
* wrap/python/cgi-bin/ltl2tgba.in (reduce_scc): Call scc_filter.
Use the "full" option unless the show_degen_png or
show_never_claim are set. Also reduce_scc the default.
2010-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltlvisit/basicreduce.cc: Typo in comment.