Prefer -R3 to -R3f when applying direct simulation in the web interface.
* wrap/python/ajax/spot.in: Adjust.
This commit is contained in:
parent
fb6a2a50b5
commit
861969b53a
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue