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

@ -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" },
};