* src/tgba/taa.cc, src/tgba/taa.hh: Fix it.

* src/tgbaalgos/ltl2taa.cc: Do NOT use the same bdd_dict for both
the translation and the language containment checker.
* src/tgbatest/spotlbtt.test: Update TAA related tests.
This commit is contained in:
Damien Lefortier 2009-11-10 16:45:29 +01:00
parent 007e2bd0b9
commit 1d8b115b83
5 changed files with 45 additions and 31 deletions

View file

@ -270,17 +270,17 @@ Algorithm
Algorithm
{
Name = "Spot (Tauriainen -- TAA) pre reduction"
Name = "Spot (Tauriainen -- TAA) refined rules"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -F -taa -t -r7'"
Parameters = "--spot '../ltl2tgba -F -taa -t -c'"
Enabled = yes
}
Algorithm
{
Name = "Spot (Tauriainen -- TAA) pre reduction + refined rules"
Name = "Spot (Tauriainen -- TAA) refined rules + pre + post reduction"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -F -taa -t -r7 -c'"
Parameters = "--spot '../ltl2tgba -F -taa -t -c -r7 -R3'"
Enabled = yes
}