diff --git a/ChangeLog b/ChangeLog index 3154adeb1..e22c8a4d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-11-12 Alexandre Duret-Lutz + + 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. + 2009-11-12 Alexandre Duret-Lutz Cleanup the help of ltl2tgba. diff --git a/bench/ltl2tgba/algorithms b/bench/ltl2tgba/algorithms index 5aa78d95a..ee688d806 100644 --- a/bench/ltl2tgba/algorithms +++ b/bench/ltl2tgba/algorithms @@ -3,7 +3,7 @@ Algorithm { Name = "LaCIM, degen" Path = "$LBTT_TRANSLATE" - Parameters = "--spot '$LTL2TGBA -t -D -F'" + Parameters = "--spot '$LTL2TGBA -l -t -D -F'" Enabled = yes } @@ -11,7 +11,7 @@ Algorithm { Name = "LaCIM, gen" Path = "$LBTT_TRANSLATE" - Parameters = "--spot '$LTL2TGBA -t -F'" + Parameters = "--spot '$LTL2TGBA -l -t -F'" Enabled = yes } @@ -19,7 +19,7 @@ Algorithm { Name = "LaCIM, degen, +pre" Path = "$LBTT_TRANSLATE" - Parameters = "--spot '$LTL2TGBA -t -D -r4 -F'" + Parameters = "--spot '$LTL2TGBA -l -t -D -r4 -F'" Enabled = yes } @@ -27,7 +27,7 @@ Algorithm { Name = "LaCIM, gen, +pre" Path = "$LBTT_TRANSLATE" - Parameters = "--spot '$LTL2TGBA -t -r4 -F'" + Parameters = "--spot '$LTL2TGBA -l -t -r4 -F'" Enabled = yes } diff --git a/src/tgbatest/dupexp.test b/src/tgbatest/dupexp.test index de5ddc576..1bcff6f95 100755 --- a/src/tgbatest/dupexp.test +++ b/src/tgbatest/dupexp.test @@ -31,8 +31,8 @@ dorun() run 0 ../ltl2tgba -f -S "$1" >output2 test `wc -l output1 - run 0 ../ltl2tgba -S "$1" >output2 + run 0 ../ltl2tgba -l -s "$1" >output1 + run 0 ../ltl2tgba -l -S "$1" >output2 test `wc -l