Add compositional suspension to the web interface.
* wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/protocol.txt: Add options for compositional suspension. * wrap/python/ajax/spot.in: Implement them. * wrap/python/spot.i: Export compsusp().
This commit is contained in:
parent
53c6923567
commit
ce2bb052cb
4 changed files with 53 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ Translator algorithm (pick one)
|
|||
t=la Couvreur/LaCIM
|
||||
t=ta Tauriainen/TAA
|
||||
t=l3 LTL3BA
|
||||
t=cs Compositional Suspension
|
||||
|
||||
Couvreur/FM options if t=fm (pick many)
|
||||
|
||||
|
|
@ -95,6 +96,14 @@ LTL3BA processing options if t=l3 (pick many)
|
|||
l3=o on-the-fly simplifications
|
||||
l3=p a-posteriori simplifications
|
||||
|
||||
Compositional Suspension options (pick many)
|
||||
|
||||
cs=w WDBA minimization
|
||||
cs=s simulation
|
||||
cs=e early start of suspended automatas
|
||||
cs=c do not compose suspended formulae (for debugging)
|
||||
cs=o compose obligation subformulae
|
||||
|
||||
Automaton simplifications (pick many)
|
||||
|
||||
as=ps Prune SCC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue