Preliminary work on integrating LTL3BA in ltl2tgba.html.
* wrap/python/ajax/ltl2tgba.html: Add a dedicated tab with two columns of options. * wrap/python/ajax/css/ltl2tgba.css: Support for two columns. * wrap/python/ajax/protocol.txt: Document new options. * wrap/python/ajax/spot.in: Handle the new options. * wrap/python/ajax/Makefile.am: Substitude LTL3BA in spot.in.
This commit is contained in:
parent
7ceca326ad
commit
988e7e2499
5 changed files with 124 additions and 9 deletions
|
|
@ -53,22 +53,37 @@ Translator algorithm (pick one)
|
|||
t=fm Couvreur/FM
|
||||
t=la Couvreur/LaCIM
|
||||
t=ta Tauriainen/TAA
|
||||
t=l3 LTL3BA
|
||||
|
||||
Couvreur/FM options if f=fm (pick many)
|
||||
Couvreur/FM options if t=fm (pick many)
|
||||
|
||||
fm=od Optimize Determinism
|
||||
fm=sm Symbolic Merge
|
||||
fm=bp Branching Postponement
|
||||
fm=fl Fair-Loop approximations
|
||||
|
||||
Couvreur/LA options if f=la
|
||||
Couvreur/LA options if t=la
|
||||
|
||||
la=sp Symbolic Pruning
|
||||
|
||||
Tauriainen/TAA options if f=ta
|
||||
Tauriainen/TAA options if t=ta
|
||||
|
||||
ta=lc refined rules based on Language Containment
|
||||
|
||||
LTL3BA output options if t=l3 (pick one)
|
||||
|
||||
lo=T output a TGBA
|
||||
lo=U output a BA
|
||||
|
||||
LTL3BA processing options if t=l3 (pick many)
|
||||
|
||||
l3=l LTL formula simplification
|
||||
l3=P suspension in TGBA construction
|
||||
l3=A suspension in alternating automaton construction
|
||||
l3=C SCC simplifications
|
||||
l3=M more deterministic output
|
||||
l3=S direct simulation
|
||||
|
||||
Automaton simplifications (pick many)
|
||||
|
||||
as=ps Prune SCC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue