* 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:
parent
607676d701
commit
f4e583d078
2 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue