Package org.ddolib.ddo.core.cache
package org.ddolib.ddo.core.cache
This package contains the implementations of cache mechanism.
-
ClassDescriptionCache<T>Defines the abstraction of a cache mechanism used to prune and reduce the search space during the compilation or exploration of a Decision Diagram (DD).SimpleCache<T>A simple implementation of a
Cachefor storing threshold values associated with states in a dynamic programming model.Inner class representing a synchronized cache layer for a specific depth.Represents a threshold value associated with a state in a dynamic programming or search model.