|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.palm.dbt.search.PalmAbstractSolverTool
choco.palm.dbt.search.PalmExtend
public class PalmExtend
An extension algorithm for Palm solvers.
Field Summary | |
---|---|
protected PalmAbstractBranching |
branching
A branching or a linked list of branchings for solving the problem. |
Fields inherited from class choco.palm.dbt.search.PalmAbstractSolverTool |
---|
manager |
Constructor Summary | |
---|---|
PalmExtend()
|
Method Summary | |
---|---|
void |
explore(PalmAbstractBranching branching)
Extension algorithm. |
PalmAbstractBranching |
getBranching()
Gets the branching used by this extension. |
void |
setBranching(PalmAbstractBranching branching)
Sets the branching used by this extension. |
Methods inherited from class choco.palm.dbt.search.PalmAbstractSolverTool |
---|
getManager, setManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PalmAbstractBranching branching
Constructor Detail |
---|
public PalmExtend()
Method Detail |
---|
public PalmAbstractBranching getBranching()
public void setBranching(PalmAbstractBranching branching)
public void explore(PalmAbstractBranching branching) throws ContradictionException
branching
-
ContradictionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |