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
871965c7
Commit
871965c7
authored
Dec 04, 2015
by
Alexandre Duret-Lutz
Browse files
* wrap/python/ajax/spotcgi.in: Adjust for recent renamings.
parent
5f45642a
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrap/python/ajax/spotcgi.in
View file @
871965c7
...
...
@@ -334,7 +334,7 @@ def print_stats(automaton, detinfo = False, ta = False):
stats
=
spot
.
stats_reachable
(
automaton
)
detinfo
=
False
else
:
if
(
buchi_type
==
't'
and
automaton
.
is
_inherently_weak
()
and
if
(
buchi_type
==
't'
and
automaton
.
prop
_inherently_weak
()
and
automaton
.
acc
().
is_buchi
()):
unbufprint
(
"Note: this is a weak automaton, using transition-based "
"or generalized acceptance does not bring any benefit."
...
...
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