* 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:
parent
007e2bd0b9
commit
1d8b115b83
5 changed files with 45 additions and 31 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue