Package | Description |
---|---|
org.chocosolver.solver.search.strategy.selectors.variables |
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
VariableSelectorWithTies(VariableEvaluator<V>... heuristics) |
Copyright © 2018. All rights reserved.