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:
Alexandre Duret-Lutz 2010-03-02 18:19:36 +01:00
parent c2b3dac7aa
commit dbdd37010c
2 changed files with 60 additions and 26 deletions

View file

@ -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 ()