genltl: add --pps-arbiter-{strict,standard}
* spot/gen/formulas.cc, spot/gen/formulas.hh, bin/genltl.cc: Implement this. * NEWS, bin/man/genltl.x, doc/spot.bib: Add documentation. * tests/core/genltl.test, tests/core/ltlfilt.test: Add some tests.
This commit is contained in:
parent
eba6f66cb3
commit
b4cced9ba8
8 changed files with 143 additions and 4 deletions
|
|
@ -534,3 +534,8 @@ cat >exp <<EOF
|
|||
F
|
||||
EOF
|
||||
diff out exp
|
||||
|
||||
f1=`genltl --pps-arbiter-standard=2`
|
||||
f2=`genltl --pps-arbiter-strict=2`
|
||||
run 1 ltlfilt -f "$f2" --implied-by "$f1"
|
||||
run 0 ltlfilt -f "$f1" --implied-by "$f2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue