* src/tgbatest/spotlbtt.test: Add test for -l -R3b, showing many

failure because the minimization() algorithm is currently
incorrect when applied to non-weak automata.
This commit is contained in:
Alexandre Duret-Lutz 2011-01-04 14:33:04 +01:00
parent 607676d701
commit f4e583d078
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/spotlbtt.test: Add test for -l -R3b, showing many
failure because the minimization() algorithm is currently
incorrect when applied to non-weak automata.
2011-01-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/scc.hh: Typo in documentation.

View file

@ -190,6 +190,14 @@ Algorithm
Enabled = yes
}
Algorithm
{
Name = "Spot (Couvreur -- LaCIM), +pre +WDBA"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -r4 -R3b -Rm -F -l -t'"
Enabled = yes
}
Algorithm
{
Name = "Spot (Couvreur -- FM), pre + allpost reduction"