choco.palm.cbj.search
Class JumpGlobalSearchSolver

java.lang.Object
  extended by choco.AbstractEntity
      extended by choco.AbstractSolver
          extended by choco.search.AbstractGlobalSearchSolver
              extended by choco.search.Solve
                  extended by choco.palm.cbj.search.JumpGlobalSearchSolver
All Implemented Interfaces:
Entity
Direct Known Subclasses:
JumpAbstractOptimizer, MasterGlobalSearchSolver, SubSearchSolver

public class JumpGlobalSearchSolver
extends Solve


Field Summary
protected  Explanation currentFail
           
 
Fields inherited from class choco.search.AbstractGlobalSearchSolver
baseWorld, currentTraceIndex, DOWN_BRANCH, encounteredLimit, INIT_SEARCH, limits, loggingMaxDepth, mainGoal, nbSolutions, nextMove, OPEN_NODE, stopAtFirstSol, traceStack, UP_BRANCH
 
Fields inherited from class choco.AbstractSolver
logger, maxNbSolutionStored, solutions
 
Fields inherited from class choco.AbstractEntity
hook, problem
 
Constructor Summary
JumpGlobalSearchSolver(AbstractProblem pb)
           
 
Method Summary
 java.lang.Boolean nextSolution()
           
 
Methods inherited from class choco.search.AbstractGlobalSearchSolver
endTreeNode, endTreeSearch, getEncounteredLimit, incrementalRun, isEncounteredLimit, newTreeNode, newTreeSearch, popTrace, popTraceUntil, postDynamicCut, printRuntimeStatistics, pushTrace, recordSolution, run, topTrace
 
Methods inherited from class choco.AbstractSolver
existsSolution, makeSolutionFromCurrentState, restoreBestSolution, showSolution, storeSolution
 
Methods inherited from class choco.AbstractEntity
getProblem, pretty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentFail

protected Explanation currentFail
Constructor Detail

JumpGlobalSearchSolver

public JumpGlobalSearchSolver(AbstractProblem pb)
Method Detail

nextSolution

public java.lang.Boolean nextSolution()
Overrides:
nextSolution in class AbstractGlobalSearchSolver