|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.branch.AbstractBranching
choco.search.AbstractIntBranching
choco.search.AbstractLargeIntBranching
public abstract class AbstractLargeIntBranching
Field Summary |
---|
Fields inherited from class choco.branch.AbstractBranching |
---|
LOG_DECISION_MSG, LOG_DOWN_MSG, LOG_UP_MSG, logger, manager, nextBranching |
Constructor Summary | |
---|---|
AbstractLargeIntBranching()
|
Method Summary | |
---|---|
boolean |
branchOn(java.lang.Object x,
int n)
Deprecated. replaced by the management incremental search (with a stack of BranchingTrace storing the environment (local variables) associated to each choice point |
Methods inherited from class choco.search.AbstractIntBranching |
---|
explore, goDownBranch, goUpBranch, logDownBranch, logUpBranch |
Methods inherited from class choco.branch.AbstractBranching |
---|
getDecisionLogMsg, getNextBranching, setNextBranching, setSolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface choco.branch.IntBranching |
---|
finishedBranching, getFirstBranch, getNextBranch |
Methods inherited from interface choco.branch.Branching |
---|
selectBranchingObject |
Constructor Detail |
---|
public AbstractLargeIntBranching()
Method Detail |
---|
public boolean branchOn(java.lang.Object x, int n) throws ContradictionException
IntBranching
x
- the current branching objectn
- the index of the branch
ContradictionException
- if a domain empties or a contradiction is
infered
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |