* wrap/python/cgi/ltl2tgba.in: Fix display of relations for
tgba_bdd_concrete automata.
This commit is contained in:
parent
7db71d9afe
commit
1ac0b08695
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2003-08-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-08-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* wrap/python/cgi/ltl2tgba.in: Fix display of relations for
|
||||||
|
tgba_bdd_concrete automata.
|
||||||
|
|
||||||
Fix computation of product acceptance conditions, when the
|
Fix computation of product acceptance conditions, when the
|
||||||
two operands share some acceptance conditions.
|
two operands share some acceptance conditions.
|
||||||
* src/tgba/tgbaproduct.hh (tgba_product::left_acc_complement_,
|
* src/tgba/tgbaproduct.hh (tgba_product::left_acc_complement_,
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@ if show_dictionnay:
|
||||||
automaton.get_dict().dump(spot.get_cout())
|
automaton.get_dict().dump(spot.get_cout())
|
||||||
print '</pre>'
|
print '</pre>'
|
||||||
|
|
||||||
if (type(automaton) == spot.tgba_bdd_concrete
|
if (type(automaton) == spot.tgba_bdd_concretePtr
|
||||||
and (show_relation_dot or show_relation_set or show_relation_gif)):
|
and (show_relation_dot or show_relation_set or show_relation_gif)):
|
||||||
print '<H3>Transition relation</H3>'
|
print '<H3>Transition relation</H3>'
|
||||||
if show_relation_dot:
|
if show_relation_dot:
|
||||||
|
|
@ -236,7 +236,7 @@ if (type(automaton) == spot.tgba_bdd_concrete
|
||||||
imgprefix + '-b.gif', imgprefix + '-b.png')
|
imgprefix + '-b.gif', imgprefix + '-b.png')
|
||||||
print '<img src="' + imgprefix + '-b.png">'
|
print '<img src="' + imgprefix + '-b.png">'
|
||||||
|
|
||||||
if (type(automaton) == spot.tgba_bdd_concrete
|
if (type(automaton) == spot.tgba_bdd_concretePtr
|
||||||
and (show_acceptance_dot or show_acceptance_set or show_acceptance_gif)):
|
and (show_acceptance_dot or show_acceptance_set or show_acceptance_gif)):
|
||||||
print '<H3>Acceptance relation</H3>'
|
print '<H3>Acceptance relation</H3>'
|
||||||
if show_acceptance_dot:
|
if show_acceptance_dot:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue