- gc() - Method in class de.sayayi.lib.zbdd.Zbdd
-
- getAvailableNodes() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
- getCubeName(int[]) - Method in interface de.sayayi.lib.zbdd.ZbddLiteralResolver
-
Return the string representation of a cube.
- getDeadNodes() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the current number of dead nodes.
- getFreeNodes() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the number of free nodes.
- getGCCount() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the total number of garbage collection calls.
- getGCFreedNodes() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the cumulative number of nodes freed by grabage collection.
- getInitialCapacity() - Method in interface de.sayayi.lib.zbdd.ZbddCapacityAdvisor
-
Return the initial number of nodes available for zbdd operations.
- getLiteralName(int) - Method in interface de.sayayi.lib.zbdd.ZbddLiteralResolver
-
Returns the literal name for zbdd variable var.
- getLiteralResolver() - Method in class de.sayayi.lib.zbdd.Zbdd
-
Returns the literal resolver associated with this zbdd instance.
- getMemoryUsage() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns a rough estimation of the number of bytes used by the zbdd.
- getMinimumFreeNodes(ZbddStatistics) - Method in interface de.sayayi.lib.zbdd.ZbddCapacityAdvisor
-
Returns the minimum number of free nodes.
- getNode(int, int, int) - Method in class de.sayayi.lib.zbdd.Zbdd
-
- getNodeLookupHitCount() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
- getNodeLookupHitRatio() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
- getNodeLookupMissRatio() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
- getNodeLookups() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Return the number of node lookups.
- getNodesCapacity() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the current node capacity.
- getOccupiedNodes() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
- getP0(int) - Method in class de.sayayi.lib.zbdd.Zbdd
-
- getP1(int) - Method in class de.sayayi.lib.zbdd.Zbdd
-
- getRegisteredVars() - Method in interface de.sayayi.lib.zbdd.ZbddStatistics
-
Returns the number of registered variables.
- getResult(ZbddCache.Operation1, int) - Method in interface de.sayayi.lib.zbdd.cache.ZbddCache
-
Retrieve result from the cache.
- getResult(ZbddCache.Operation2, int, int) - Method in interface de.sayayi.lib.zbdd.cache.ZbddCache
-
Retrieve result from the cache.
- getResult(ZbddCache.Operation1, int) - Method in class de.sayayi.lib.zbdd.cache.ZbddFastCache
-
- getResult(ZbddCache.Operation2, int, int) - Method in class de.sayayi.lib.zbdd.cache.ZbddFastCache
-
- getStatistics() - Method in class de.sayayi.lib.zbdd.Zbdd
-
Returns the statistics for this zbdd instance.
- getVar(int) - Method in class de.sayayi.lib.zbdd.Zbdd
-
- getZbddCache() - Method in class de.sayayi.lib.zbdd.Zbdd
-
Returns the currently assigned zbdd cache implementation.