Uses of Record Class
org.ddolib.util.StateAndDepth
Packages that use StateAndDepth
Package
Description
This package contains util stuff related to the debug mode.
-
Uses of StateAndDepth in org.ddolib.util.debug
Method parameters in org.ddolib.util.debug with type arguments of type StateAndDepthModifier and TypeMethodDescriptionstatic <T> voidDebugUtil.checkFlbAdmissibility(Set<StateAndDepth<T>> toCheck, Model<T> model, Function<StateAndDepth<T>, Solver> solver) Given a set of states check if theFastLowerBoundis admissible, i.e., whether the bound does not overestimate the path from the states to a terminal node.static <T> voidDebugUtil.checkFlbAdmissibility(Set<StateAndDepth<T>> toCheck, Model<T> model, Function<StateAndDepth<T>, Solver> solver) Given a set of states check if theFastLowerBoundis admissible, i.e., whether the bound does not overestimate the path from the states to a terminal node.