Skip to content
GitLab
Menu
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
0792fb74
Commit
0792fb74
authored
Mar 04, 2011
by
Alexandre Duret-Lutz
Browse files
* wrap/python/ajax/spot.in: Use the degeneralized automaton if
available while computing the emptiness check.
parent
de4166f4
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0792fb74
2011-03-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/ajax/spot.in: Use the degeneralized automaton if
available while computing the emptiness check.
2011-03-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Speedup build_result() called by minimize_dfa().
...
...
wrap/python/ajax/spot.in
View file @
0792fb74
...
...
@@ -362,7 +362,7 @@ if output_type == 'r':
n_acc
=
degen
.
number_of_acceptance_conditions
()
n_max
=
eci
.
max_acceptance_conditions
()
if
(
n_acc
<=
n_max
):
ec_a
=
automato
n
ec_a
=
dege
n
else
:
print
(
'<div class="ec-error">Cannot run '
+
opt
+
' on automata with more than '
+
str
(
n_max
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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