bin: Update default options of ltl3dra
* src/bin/common_trans.cc: Update to expect HOA by default. * doc/org/ltlcross.org, doc/org/ltldo.org: Adjust.
This commit is contained in:
parent
961d005b84
commit
c5ecd09fb6
3 changed files with 4 additions and 4 deletions
|
|
@ -150,7 +150,7 @@ tools:
|
|||
- '=java -jar Rabinizer.jar -ltl2dstar %F %D; mv %D.dst %D=' (Rabinizer
|
||||
uses the last =%D= argument as a prefix to which it always append =.dst=,
|
||||
so we have to rename =%D.dst= as =%D= so that =ltlcross= can find the file)
|
||||
- '=ltl3dra -f %s >%D='
|
||||
- '=ltl3dra -f %s >%O='
|
||||
|
||||
To simplify the use of some of the above tools, a set of predefined
|
||||
shorthands are available. Those can be listed with the
|
||||
|
|
@ -169,7 +169,7 @@ the following words, then the string on the right is appended.
|
|||
ltl2dstar %L %D
|
||||
ltl2tgba -H %f>%O
|
||||
ltl3ba -f %s>%O
|
||||
ltl3dra -f %f>%D
|
||||
ltl3dra -f %f>%O
|
||||
modella %L %O
|
||||
spin -f %s>%O
|
||||
#+end_example
|
||||
|
|
|
|||
|
|
@ -305,7 +305,7 @@ the following words, then the string on the right is appended.
|
|||
ltl2dstar %L %D
|
||||
ltl2tgba -H %f>%O
|
||||
ltl3ba -f %s>%O
|
||||
ltl3dra -f %f>%D
|
||||
ltl3dra -f %f>%O
|
||||
modella %L %O
|
||||
spin -f %s>%O
|
||||
#+end_example
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ static struct shorthands_t
|
|||
{ "ltl2dstar", " %L %D"},
|
||||
{ "ltl2tgba", " -H %f>%O" },
|
||||
{ "ltl3ba", " -f %s>%O" },
|
||||
{ "ltl3dra", " -f %f>%D" },
|
||||
{ "ltl3dra", " -f %f>%O" },
|
||||
{ "modella", " %L %O" },
|
||||
{ "spin", " -f %s>%O" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue