Skip to content

Commit 525effc

Browse files
committed
#75 Document that cache cleanup doesn't consider saturation 'instance'.
1 parent a105edd commit 525effc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/javabdd/JFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7195,6 +7195,8 @@ void BddCache_clean_itecache(BddCache cache) {
71957195

71967196
boolean isInvalid = false;
71977197

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.
71987200
switch (entry.e) {
71997201
case bddop_ite:
72007202
case bddop_relnext:

0 commit comments

Comments
 (0)