|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.solver.search.AbstractSearchStrategy
choco.kernel.solver.search.AbstractGlobalSearchStrategy
choco.cp.solver.goals.GoalSearchSolver
@Deprecated public class GoalSearchSolver
Created by IntelliJ IDEA. User: grochart Date: 19 mai 2007
Field Summary | |
---|---|
protected ChoicePoint |
currentChoice
Deprecated. |
protected int |
currentChoiceIndex
Deprecated. |
protected List<Goal> |
currentGoalStack
Deprecated. |
protected boolean |
globalContradiction
Deprecated. |
protected List<choco.cp.solver.goals.GoalSearchSolver.GoalTrace> |
goalTraceStack
Deprecated. |
protected Goal |
mainGoal
Deprecated. |
Fields inherited from class choco.kernel.solver.search.AbstractGlobalSearchStrategy |
---|
baseWorld, currentTraceIndex, DOWN_BRANCH, encounteredLimit, INIT_SEARCH, initialPropagation, limitManager, nextMove, OPEN_NODE, RESTART, searchLoop, shavingTools, STOP, stopAtFirstSol, traceStack, UP_BRANCH |
Fields inherited from class choco.kernel.solver.search.AbstractSearchStrategy |
---|
LOGGER, nbSolutions, solutionPool, solver |
Constructor Summary | |
---|---|
GoalSearchSolver(Solver s,
Goal mainGoal)
Deprecated. |
Method Summary | |
---|---|
ChoicePoint |
lastChoicePoint()
Deprecated. |
Boolean |
nextSolution()
Deprecated. |
Goal |
popGoal()
Deprecated. |
void |
popGoalTrace()
Deprecated. |
void |
pushGoal(Goal g)
Deprecated. |
void |
pushGoalTrace()
Deprecated. |
void |
setGlobalContradiction()
Deprecated. |
Methods inherited from class choco.kernel.solver.search.AbstractSearchStrategy |
---|
existsSolution, getSolutionCount, getSolutionPool, getSolver, getStoredSolutions, resetSolutions, restoreBestSolution, setSolutionPool |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface choco.kernel.solver.search.measure.ISearchMeasures |
---|
getSolutionCount |
Field Detail |
---|
protected final Goal mainGoal
protected List<choco.cp.solver.goals.GoalSearchSolver.GoalTrace> goalTraceStack
protected List<Goal> currentGoalStack
protected ChoicePoint currentChoice
protected int currentChoiceIndex
protected boolean globalContradiction
Constructor Detail |
---|
public GoalSearchSolver(Solver s, Goal mainGoal)
Method Detail |
---|
public void setGlobalContradiction()
public void pushGoalTrace()
public void popGoalTrace()
public ChoicePoint lastChoicePoint()
public Goal popGoal()
public void pushGoal(Goal g)
public Boolean nextSolution()
nextSolution
in class AbstractGlobalSearchStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |