Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
1ac0b086
Commit
1ac0b086
authored
Aug 22, 2003
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in: Fix display of relations for
tgba_bdd_concrete automata.
parent
7db71d9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1ac0b086
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
two operands share some acceptance conditions.
* src/tgba/tgbaproduct.hh (tgba_product::left_acc_complement_,
...
...
wrap/python/cgi/ltl2tgba.in
View file @
1ac0b086
...
...
@@ -216,7 +216,7 @@ if show_dictionnay:
automaton
.
get_dict
().
dump
(
spot
.
get_cout
())
print
'</pre>'
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
Ptr
and
(
show_relation_dot
or
show_relation_set
or
show_relation_gif
)):
print
'<H3>Transition relation</H3>'
if
show_relation_dot
:
...
...
@@ -236,7 +236,7 @@ if (type(automaton) == spot.tgba_bdd_concrete
imgprefix
+
'-b.gif'
,
imgprefix
+
'-b.png'
)
print
'<img src="'
+
imgprefix
+
'-b.png">'
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
Ptr
and
(
show_acceptance_dot
or
show_acceptance_set
or
show_acceptance_gif
)):
print
'<H3>Acceptance relation</H3>'
if
show_acceptance_dot
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment