|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.search.AbstractSearchHeuristic
public class AbstractSearchHeuristic
An abstract class for all heuristics (variable, value, branching heuristics) related to search
Field Summary | |
---|---|
protected AbstractIntBranching |
branching
the branching object owning the variable heuristic |
protected AbstractProblem |
problem
the problem to which the heuristic is related |
Constructor Summary | |
---|---|
AbstractSearchHeuristic()
|
Method Summary | |
---|---|
IntBranching |
getBranching()
each IVarSelector is associated to a branching strategy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractIntBranching branching
protected AbstractProblem problem
Constructor Detail |
---|
public AbstractSearchHeuristic()
Method Detail |
---|
public IntBranching getBranching()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |