Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.search.loop.lns.neighbors |
Modifier and Type | Field and Description |
---|---|
protected DecisionPath |
Solver.dpath
The current decision
|
Modifier and Type | Method and Description |
---|---|
DecisionPath |
Solver.getDecisionPath() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceNeighborhood.fixSomeVariables(DecisionPath decisionPath) |
void |
ExplainingCut.fixSomeVariables(DecisionPath decisionPath) |
void |
PropagationGuidedNeighborhood.fixSomeVariables(DecisionPath decisionPath) |
void |
RandomNeighborhood.fixSomeVariables(DecisionPath decisionPath) |
void |
INeighbor.fixSomeVariables(DecisionPath decisionPath)
Freezes some variables in order to have a fast computation.
|
protected void |
PropagationGuidedNeighborhood.impose(int id,
DecisionPath decisionPath)
Impose a decision to be part of the fragment
|
protected void |
RandomNeighborhood.impose(int id,
DecisionPath decisionPath)
Impose a decision to be part of the fragment
|
protected void |
PropagationGuidedNeighborhood.update(DecisionPath decisionPath)
Create the fragment
|
protected void |
ReversePropagationGuidedNeighborhood.update(DecisionPath decisionPath) |
Copyright © 2018. All rights reserved.