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
3751960a
Commit
3751960a
authored
Jan 24, 2006
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of
accepting runs.
parent
851ca0d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3751960a
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>
* wrap/python/spot.i: Wrap spot::emptiness_check_instantiator.
...
...
wrap/python/cgi/ltl2tgba.in
View file @
3751960a
...
...
@@ -504,7 +504,7 @@ if show_automaton_png:
if
show_degen_png
or
show_never_claim
:
print
'<H3>Degeneralized automaton</H3>'
degen
=
spot
.
tgba_
t
ba_proxy
(
automaton
)
degen
=
spot
.
tgba_
s
ba_proxy
(
automaton
)
dont_run_dot
=
print_stats
(
degen
)
if
show_degen_png
:
render_automaton
(
imgprefix
+
'-d'
,
degen
,
dont_run_dot
)
...
...
@@ -566,6 +566,7 @@ if show_lbtt:
if
draw_acc_run
or
print_acc_run
:
print
'<H3>Accepting run</H3>'
sys
.
stdout
.
flush
()
err
=
""
opt
=
emptiness_check
+
"("
+
emptiness_check_options
+
")"
eci
,
err
=
spot
.
emptiness_check_instantiator
.
construct
(
opt
)
...
...
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