public class FullyRandom extends IntStrategy
Project: choco-solver.
valueSelector
vars
Constructor and Description |
---|
FullyRandom(IntVar[] scope,
long seed) |
Modifier and Type | Method and Description |
---|---|
Decision<IntVar> |
computeDecision(IntVar variable)
Computes a decision to be applied to variable var
This method should be implemented in order to use search patterns
|
getDecision, getDecisionOperator, getValSelector, getVarSelector, init
getVariables, makeIntDecision, toString
public FullyRandom(IntVar[] scope, long seed)
public Decision<IntVar> computeDecision(IntVar variable)
AbstractStrategy
computeDecision
in class IntStrategy
variable
- a variableCopyright © 2018. All rights reserved.