CGI: Do not call any simulation on WDBA's success.

* wrap/python/ajax/spot.in: Here.
This commit is contained in:
Alexandre Duret-Lutz 2012-08-24 13:34:39 +02:00
parent 70306d184e
commit f7af4e65f6

View file

@ -639,6 +639,8 @@ if wdba_minimize:
degen = False # No need to degeneralize anymore degen = False # No need to degeneralize anymore
issba = True issba = True
direct_simul = False # No need to simulate anymore direct_simul = False # No need to simulate anymore
reverse_simul = False
iterated_simul = False
if direct_simul and not iterated_simul: if direct_simul and not iterated_simul:
automaton = spot.simulation(automaton) automaton = spot.simulation(automaton)