Prefer -R3 to -R3f when applying direct simulation in the web interface.

* wrap/python/ajax/spot.in: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2012-04-30 18:11:13 +02:00
parent fb6a2a50b5
commit 861969b53a

View file

@ -515,9 +515,9 @@ elif buchi_type == 'i':
if prune_scc: if prune_scc:
# Do not suppress all useless acceptance conditions if # Do not suppress all useless acceptance conditions if
# degeneralization is requested: keeping those that lead to # degeneralization or simulation is requested: keeping those that
# accepting states usually helps. # lead to accepting states usually helps.
automaton = spot.scc_filter(automaton, not degen) automaton = spot.scc_filter(automaton, not (degen or direct_simul))
if wdba_minimize: if wdba_minimize:
minimized = spot.minimize_obligation_new(automaton, f) minimized = spot.minimize_obligation_new(automaton, f)