* wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of
accepting runs.
This commit is contained in:
parent
851ca0d807
commit
3751960ac8
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2006-01-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of
|
||||||
|
accepting runs.
|
||||||
|
|
||||||
2006-01-10 Alexandre Duret-Lutz <adl@gnu.org>
|
2006-01-10 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
* wrap/python/spot.i: Wrap spot::emptiness_check_instantiator.
|
* wrap/python/spot.i: Wrap spot::emptiness_check_instantiator.
|
||||||
|
|
|
||||||
|
|
@ -504,7 +504,7 @@ if show_automaton_png:
|
||||||
|
|
||||||
if show_degen_png or show_never_claim:
|
if show_degen_png or show_never_claim:
|
||||||
print '<H3>Degeneralized automaton</H3>'
|
print '<H3>Degeneralized automaton</H3>'
|
||||||
degen = spot.tgba_tba_proxy(automaton)
|
degen = spot.tgba_sba_proxy(automaton)
|
||||||
dont_run_dot = print_stats(degen)
|
dont_run_dot = print_stats(degen)
|
||||||
if show_degen_png:
|
if show_degen_png:
|
||||||
render_automaton(imgprefix + '-d', degen, dont_run_dot)
|
render_automaton(imgprefix + '-d', degen, dont_run_dot)
|
||||||
|
|
@ -566,6 +566,7 @@ if show_lbtt:
|
||||||
|
|
||||||
if draw_acc_run or print_acc_run:
|
if draw_acc_run or print_acc_run:
|
||||||
print '<H3>Accepting run</H3>'
|
print '<H3>Accepting run</H3>'
|
||||||
|
sys.stdout.flush()
|
||||||
err = ""
|
err = ""
|
||||||
opt = emptiness_check + "(" + emptiness_check_options + ")"
|
opt = emptiness_check + "(" + emptiness_check_options + ")"
|
||||||
eci, err = spot.emptiness_check_instantiator.construct(opt)
|
eci, err = spot.emptiness_check_instantiator.construct(opt)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue