Build deterministic automata for <>-> operators.
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_trad_visitor): Take an exprop argument, and use it while translation <>-> operators. * src/tgbatest/ltl2tgba.test (check_psl): Use -x too.
This commit is contained in:
parent
c2b3dac7aa
commit
dbdd37010c
2 changed files with 60 additions and 26 deletions
|
|
@ -35,6 +35,8 @@ check_psl ()
|
|||
# Make cross products with FM
|
||||
run 0 ../ltl2tgba -f -R3 -b "$1" > out.tgba
|
||||
run 0 ../ltl2tgba -f -R3 -Pout.tgba -E "!($1)"
|
||||
run 0 ../ltl2tgba -f -x -R3 -b "$1" > out.tgba
|
||||
run 0 ../ltl2tgba -f -x -R3 -Pout.tgba -E "!($1)"
|
||||
}
|
||||
|
||||
check_ltl ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue