genltl: typos and shorter descriptions

* bin/genltl.cc: Shorten the descriptions of
the three new LTL families.
* NEWS: Mention those.
This commit is contained in:
Alexandre Duret-Lutz 2017-02-17 17:45:11 +01:00
parent 16e71b5093
commit a14abf27fb
2 changed files with 8 additions and 3 deletions

View file

@ -260,11 +260,11 @@ static const argp_option options[] =
{ "go-theta", OPT_GO_THETA, "RANGE", 0,
"!((GF(p1)&GF(p2)&...&GF(pn)) -> G(q->F(r)))", 0 },
{ "kr-n", OPT_KR_N, "RANGE", 0,
"formula of linear size with doubly exponential DBA", 0 },
"linear formula with doubly exponential DBA", 0 },
{ "kr-nlogn", OPT_KR_NLOGN, "RANGE", 0,
"forumla of n log n size with doubly exponential DBA", 0 },
"quasilinear formula with doubly exponential DBA", 0 },
{ "kv-phi", OPT_KV_PHI, "RANGE", 0,
"forumla of quadratic size with doubly exponential DBA", 0 },
"quadratic formula with doubly exponential DBA", 0 },
OPT_ALIAS(kr-n2),
{ "or-fg", OPT_OR_FG, "RANGE", 0, "FG(p1)|FG(p2)|...|FG(pn)", 0 },
OPT_ALIAS(ccj-xi),