Package org.ddolib.util
Class SolverUtil
java.lang.Object
org.ddolib.util.SolverUtil
Contains method useful to implements solvers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunassignedVars(int nbVars, Set<Decision> path) Returns the set of variables not covered by the given set of decisions.
-
Constructor Details
-
SolverUtil
public SolverUtil()
-
-
Method Details
-
unassignedVars
Returns the set of variables not covered by the given set of decisions.- Parameters:
nbVars- the number of variables in the related problempath- a set of decision- Returns:
- the set of variables not covered by the given set of decisions
-