bin: add shorthands for ltl2dpa ltl2da and ltl2ldba
* bin/common_trans.cc: Here. * doc/org/ltlcross.org, doc/org/ltldo.org, NEWS: Adjust.
This commit is contained in:
parent
6806113a14
commit
276f40602e
4 changed files with 14 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ static struct shorthands_t
|
|||
shorthands[] = {
|
||||
{ "lbt", " <%L>%O" },
|
||||
{ "ltl2ba", " -f %s>%O" },
|
||||
{ "ltl2da", " %f>%O" },
|
||||
{ "ltl2dpa", " %f>%O" },
|
||||
{ "ltl2ldba", " %f>%O" },
|
||||
{ "ltl2dstar", " --output-format=hoa %[MW]L %O"},
|
||||
{ "ltl2tgba", " -H %f>%O" },
|
||||
{ "ltl3ba", " -f %s>%O" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue