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
861969b5
Commit
861969b5
authored
Apr 30, 2012
by
Alexandre Duret-Lutz
Browse files
Prefer -R3 to -R3f when applying direct simulation in the web interface.
* wrap/python/ajax/spot.in: Adjust.
parent
fb6a2a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrap/python/ajax/spot.in
View file @
861969b5
...
...
@@ -515,9 +515,9 @@ elif buchi_type == 'i':
if
prune_scc
:
# Do not suppress all useless acceptance conditions if
# degeneralization is requested: keeping those that
lead to
# accepting states usually helps.
automaton
=
spot
.
scc_filter
(
automaton
,
not
degen
)
# degeneralization
or simulation
is requested: keeping those that
#
lead to
accepting states usually helps.
automaton
=
spot
.
scc_filter
(
automaton
,
not
(
degen
or
direct_simul
)
)
if
wdba_minimize
:
minimized
=
spot
.
minimize_obligation_new
(
automaton
,
f
)
...
...
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