Uses of Interface
org.chocosolver.solver.search.strategy.selectors.variables.VariableEvaluator
-
Packages that use VariableEvaluator Package Description org.chocosolver.solver.search.strategy.selectors.variables -
-
Uses of VariableEvaluator in org.chocosolver.solver.search.strategy.selectors.variables
Classes in org.chocosolver.solver.search.strategy.selectors.variables that implement VariableEvaluator Modifier and Type Class Description class
AntiFirstFail
Anti first fail variable selector.class
FirstFail
First fail variable selector.class
Largest
Largest variable selector.class
MaxDelta
Selects the variables maximising envelopeSize-kernelSize.class
MaxRegret
Max regret variable selector.class
MinDelta
Selects the variables minimising envelopeSize-kernelSize (quite similar to minDomain, or first-fail)class
Occurrence<V extends Variable>
Occurrence variable selector.class
Random<T extends Variable>
Random variable selector.class
Smallest
Smallest variable selector.Constructors in org.chocosolver.solver.search.strategy.selectors.variables with parameters of type VariableEvaluator Constructor Description VariableSelectorWithTies(VariableEvaluator<V>... heuristics)
-