Add cosimulation and iterated_simulations to the web interface.
* wrap/python/spot.i (cosimulation, iterated_simulations): Declare. * wrap/python/ajax/spot.in, wrap/python/ajax/protocol.txt, wrap/python/ajax/ltl2tgba.html: Add options to trigger these two optimizations.
This commit is contained in:
parent
84b6240aa9
commit
74bd671350
4 changed files with 42 additions and 4 deletions
|
|
@ -99,6 +99,8 @@ Automaton simplifications (pick many)
|
|||
as=ps Prune SCC
|
||||
as=wd WDBA minimiztion
|
||||
as=ds Direct Simulation reduction
|
||||
as=rs Reverse Simulation reduction
|
||||
as=is Iterated Simulation reduction (disables ds and rs)
|
||||
|
||||
Testing Automaton options (pick many)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue