Use -l wherever we where expecting ltl2tgba to default to LaCIM.

* bench/ltl2tgba/algorithms: Use -l for all LaCIM invocations.
* src/tgbatest/dupexp.test, src/tgbatest/emptchk.test,
src/tgbatest/spotlbtt.test: Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-12 16:46:04 +01:00
parent c9b65cff71
commit 8cdc196719
5 changed files with 33 additions and 25 deletions

View file

@ -32,7 +32,7 @@ Algorithm
{
Name = "Spot (Couvreur -- LaCIM)"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -F -t'"
Parameters = "--spot '../ltl2tgba -F -l -t'"
Enabled = yes
}
@ -40,7 +40,7 @@ Algorithm
{
Name = "Spot (Couvreur -- LaCIM), reduction of formula"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -r4 -F -t'"
Parameters = "--spot '../ltl2tgba -r4 -l -F -t'"
Enabled = yes
}
@ -48,7 +48,7 @@ Algorithm
{
Name = "Spot (Couvreur -- LaCIM), degeneralized"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -F -t -D'"
Parameters = "--spot '../ltl2tgba -l -F -t -D'"
Enabled = yes
}