Package org.ddolib.ddo.core.solver
Class RestrictionSolver<T>
java.lang.Object
org.ddolib.ddo.core.solver.RestrictionSolver<T>
- Type Parameters:
T- The type representing a problem state.
A solver that compile one relaxed MDD from the root node.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionminimize(Predicate<SearchStatistics> limit, BiConsumer<int[], SearchStatistics> onSolution)
-
Constructor Details
-
RestrictionSolver
Creates a fully qualified instance. The parameters of this solver are given via aDdoModel- Parameters:
model- All the parameters needed to configure the solver.
-
-
Method Details
-
minimize
public Solution minimize(Predicate<SearchStatistics> limit, BiConsumer<int[], SearchStatistics> onSolution) -
bestValue
-
bestSolution
-