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:
Alexandre Duret-Lutz 2017-04-06 14:30:40 +02:00
parent 31a9bc6416
commit cc0e9a5e1e
4 changed files with 12 additions and 0 deletions

3
NEWS
View file

@ -2,6 +2,9 @@ New in spot 2.3.2.dev (not yet released)
Tools: Tools:
- ltldo and ltlcross learned shorthands to talk to ltl2da, ltl2dpa,
and ltl2ldba (from Owl) without needing to specify %f>%O.
- In autfilt, the options --sum(--sum-or) and --sum-and are - In autfilt, the options --sum(--sum-or) and --sum-and are
implemented. implemented.

View file

@ -43,6 +43,9 @@ static struct shorthands_t
shorthands[] = { shorthands[] = {
{ "lbt", " <%L>%O" }, { "lbt", " <%L>%O" },
{ "ltl2ba", " -f %s>%O" }, { "ltl2ba", " -f %s>%O" },
{ "ltl2da", " %f>%O" },
{ "ltl2dpa", " %f>%O" },
{ "ltl2ldba", " %f>%O" },
{ "ltl2dstar", " --output-format=hoa %[MW]L %O"}, { "ltl2dstar", " --output-format=hoa %[MW]L %O"},
{ "ltl2tgba", " -H %f>%O" }, { "ltl2tgba", " -H %f>%O" },
{ "ltl3ba", " -f %s>%O" }, { "ltl3ba", " -f %s>%O" },

View file

@ -182,6 +182,9 @@ the following words, then the string on the right is appended.
lbt <%L>%O lbt <%L>%O
ltl2ba -f %s>%O ltl2ba -f %s>%O
ltl2da %f>%O
ltl2dpa %f>%O
ltl2ldba %f>%O
ltl2dstar --output-format=hoa %[MW]L %O ltl2dstar --output-format=hoa %[MW]L %O
ltl2tgba -H %f>%O ltl2tgba -H %f>%O
ltl3ba -f %s>%O ltl3ba -f %s>%O

View file

@ -309,6 +309,9 @@ the following words, then the string on the right is appended.
lbt <%L>%O lbt <%L>%O
ltl2ba -f %s>%O ltl2ba -f %s>%O
ltl2da %f>%O
ltl2dpa %f>%O
ltl2ldba %f>%O
ltl2dstar --output-format=hoa %[MW]L %O ltl2dstar --output-format=hoa %[MW]L %O
ltl2tgba -H %f>%O ltl2tgba -H %f>%O
ltl3ba -f %s>%O ltl3ba -f %s>%O