CGI: Do not call any simulation on WDBA's success.
* wrap/python/ajax/spot.in: Here.
This commit is contained in:
parent
70306d184e
commit
f7af4e65f6
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue