ltlcross, ltldo: Add support for ltl3hoa.

* bin/common_trans.cc: Add shorthand for ltl3hoa.
* NEWS, doc/org/ltlcross.org, doc/org/ltldo.org: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2017-01-13 21:26:53 +01:00
parent 43520a3e87
commit 01838a2456
4 changed files with 12 additions and 5 deletions

View file

@ -47,6 +47,7 @@ static struct shorthands_t
{ "ltl2tgba", " -H %f>%O" },
{ "ltl3ba", " -f %s>%O" },
{ "ltl3dra", " -f %s>%O" },
{ "ltl3hoa", " -f %f>%O" },
{ "modella", " %[MWei^]L %O" },
{ "spin", " -f %s>%O" },
};