* wrap/python/cgi/ltl2tgba.in: Remove the "print dot" options,

add a "dot source" source behind each picture instead.  Do
not run `dot' on big automata.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-20 21:00:06 +00:00
parent af27439d87
commit 0a1fc73eed
2 changed files with 41 additions and 67 deletions

View file

@ -1,5 +1,9 @@
2004-02-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/cgi/ltl2tgba.in: Remove the "print dot" options,
add a "dot source" source behind each picture instead. Do
not run `dot' on big automata.
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Fix example
in comment. Skip false transitions, and do not compute
sub-formulae reachable only via false transitions.