|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.palm.cbj.explain.JumpExplanation
choco.palm.benders.explain.BendersExplanation
public class BendersExplanation
Field Summary |
---|
Fields inherited from class choco.palm.cbj.explain.JumpExplanation |
---|
decisionConstraints, originalConstraints, originalStaticConstraints, pb |
Constructor Summary | |
---|---|
BendersExplanation(AbstractProblem pb)
|
|
BendersExplanation(int level,
AbstractProblem pb)
|
Method Summary | |
---|---|
Propagator |
getConstraint(int i)
return the i-th constraint of the explanation |
Constraint |
getCurrentSubConstraint(int i)
|
Constraint |
getMasterConstraint(int i)
|
Methods inherited from class choco.palm.cbj.explain.JumpExplanation |
---|
add, add, add, addAll, clear, contains, contains, containsAll, copy, delete, delete, empties, getDecisionBitSet, getLastLevel, getNogood, getOriginalConstraintBitSet, isEmpty, isValid, merge, nogoodSize, size, toSet, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BendersExplanation(AbstractProblem pb)
public BendersExplanation(int level, AbstractProblem pb)
Method Detail |
---|
public Propagator getConstraint(int i)
Explanation
getConstraint
in interface Explanation
getConstraint
in class JumpExplanation
i
- : the number of the constraint to returnpublic Constraint getMasterConstraint(int i)
public Constraint getCurrentSubConstraint(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |