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:
Alexandre Duret-Lutz 2015-03-30 17:37:19 +02:00
parent 961d005b84
commit c5ecd09fb6
3 changed files with 4 additions and 4 deletions

View file

@ -150,7 +150,7 @@ tools:
- '=java -jar Rabinizer.jar -ltl2dstar %F %D; mv %D.dst %D=' (Rabinizer - '=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=, 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) 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 To simplify the use of some of the above tools, a set of predefined
shorthands are available. Those can be listed with the 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 ltl2dstar %L %D
ltl2tgba -H %f>%O ltl2tgba -H %f>%O
ltl3ba -f %s>%O ltl3ba -f %s>%O
ltl3dra -f %f>%D ltl3dra -f %f>%O
modella %L %O modella %L %O
spin -f %s>%O spin -f %s>%O
#+end_example #+end_example

View file

@ -305,7 +305,7 @@ the following words, then the string on the right is appended.
ltl2dstar %L %D ltl2dstar %L %D
ltl2tgba -H %f>%O ltl2tgba -H %f>%O
ltl3ba -f %s>%O ltl3ba -f %s>%O
ltl3dra -f %f>%D ltl3dra -f %f>%O
modella %L %O modella %L %O
spin -f %s>%O spin -f %s>%O
#+end_example #+end_example

View file

@ -44,7 +44,7 @@ static struct shorthands_t
{ "ltl2dstar", " %L %D"}, { "ltl2dstar", " %L %D"},
{ "ltl2tgba", " -H %f>%O" }, { "ltl2tgba", " -H %f>%O" },
{ "ltl3ba", " -f %s>%O" }, { "ltl3ba", " -f %s>%O" },
{ "ltl3dra", " -f %f>%D" }, { "ltl3dra", " -f %f>%O" },
{ "modella", " %L %O" }, { "modella", " %L %O" },
{ "spin", " -f %s>%O" }, { "spin", " -f %s>%O" },
}; };