* 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
|
|
@ -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