Package | Description |
---|---|
org.chocosolver.solver.search.loop.lns.neighbors | |
org.chocosolver.solver.search.strategy.decision | |
org.chocosolver.solver.search.strategy.strategy |
Modifier and Type | Field and Description |
---|---|
protected List<IntDecision> |
ExplainingCut.mDecisionPath
A copy of the decision path which led to the solution
|
Modifier and Type | Method and Description |
---|---|
IntDecision |
IntDecision.duplicate() |
IntDecision |
IntDecision.flip() |
IntDecision |
DecisionMaker.makeIntDecision(IntVar var,
DecisionOperator<IntVar> dop,
int value)
|
Constructor and Description |
---|
IntDecision(PoolManager<IntDecision> poolManager)
Create an decision based on an
IntVar |
Modifier and Type | Method and Description |
---|---|
protected IntDecision |
AbstractStrategy.makeIntDecision(IntVar var,
int val)
Creates an assignment decision object for integer variables
Just a simple shortcut for :
solver.getDecisionPath().makeIntDecision(var,DecisionOperatorFactory.makeIntEq(),val);
|
Copyright © 2017. All rights reserved.