Uses of Package
org.ddolib.ddo.core.cache
Packages that use org.ddolib.ddo.core.cache
Package
Description
This package contains the implementations of cache mechanism.
This package contains defining the compilation type and the compilation input
-
Classes in org.ddolib.ddo.core.cache used by org.ddolib.ddo.core.cacheClassDescriptionDefines the abstraction of a cache mechanism used to prune and reduce the search space during the compilation or exploration of a Decision Diagram (DD).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.
-
Classes in org.ddolib.ddo.core.cache used by org.ddolib.ddo.core.compilationClassDescriptionA simple implementation of a
Cachefor storing threshold values associated with states in a dynamic programming model.