V - VariableT - Valuepublic class DbtVariableSelection<V extends Variable<V,T>,T extends Value<V,T>> extends Object implements VariableSelection<V,T>
| Constructor and Description |
|---|
DbtVariableSelection(DataProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Solver<V,T> solver)
Heuristics initialization
|
V |
selectVariable(Solution<V,T> solution)
Variable selection
|
public DbtVariableSelection(DataProperties properties)
public V selectVariable(Solution<V,T> solution)
selectVariable in interface VariableSelection<V extends Variable<V,T>,T extends Value<V,T>>solution - current solutionVariableSelection.selectVariable(Solution)