* src/tgba/tgbabddcoredata.cc (delete_unaccepting_scc): Fix a bug.
* src/tgbatest/spotlbtt.test: Use the above function with LaCIM for ELTL which greatly reduce the size of the automata!
This commit is contained in:
parent
2a94402e82
commit
1aa10e1395
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2009-11-10 Damien Lefortier <dam@lrde.epita.fr>
|
||||
|
||||
* src/tgba/tgbabddcoredata.cc (delete_unaccepting_scc): Fix a bug.
|
||||
* src/tgbatest/spotlbtt.test: Use the above function with LaCIM
|
||||
for ELTL which greatly reduce the size of the automata!
|
||||
|
||||
2009-12-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/misc/timer.hh (timer::timer): Initialize running...
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ namespace spot
|
|||
}
|
||||
}
|
||||
|
||||
relation = s0 & (relation & bdd_replace(s0, dict->now_to_next));
|
||||
relation = (relation & bdd_replace(s0, dict->now_to_next));
|
||||
}
|
||||
|
||||
bdd
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ Algorithm
|
|||
Name = "Spot (Couvreur -- LaCIM), eltl + delete_unaccepting_scc"
|
||||
Path = "${LBTT_TRANSLATE}"
|
||||
Parameters = "--spot '../eltl2tgba -L'"
|
||||
Enabled = no
|
||||
Enabled = yes
|
||||
}
|
||||
|
||||
Algorithm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue