We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a105edd commit 525effcCopy full SHA for 525effc
src/main/java/com/github/javabdd/JFactory.java
@@ -7195,6 +7195,8 @@ void BddCache_clean_itecache(BddCache cache) {
7195
7196
boolean isInvalid = false;
7197
7198
+ // Cache cleanup doesn't consider the 'instance' fields of saturation cache entries. This means that cache
7199
+ // cleanup assumes that the transition relation BDDs used for saturation are not garbage collected.
7200
switch (entry.e) {
7201
case bddop_ite:
7202
case bddop_relnext:
0 commit comments