Interface ExhaustiveSearchPhase<Solution_>
- 
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
 - All Superinterfaces:
- EventListener,- Phase<Solution_>,- PhaseLifecycleListener<Solution_>,- SolverLifecycleListener<Solution_>
 - All Known Implementing Classes:
- DefaultExhaustiveSearchPhase
 
 public interface ExhaustiveSearchPhase<Solution_> extends Phase<Solution_> AExhaustiveSearchPhaseis aPhasewhich uses an exhaustive algorithm, such as Brute Force.- See Also:
- Phase,- AbstractPhase,- DefaultExhaustiveSearchPhase
 
- 
- 
Method Summary- 
Methods inherited from interface org.optaplanner.core.impl.phase.PhaseaddPhaseLifecycleListener, removePhaseLifecycleListener, setSolverPhaseLifecycleSupport, solve
 - 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListenerphaseEnded, phaseStarted, stepEnded, stepStarted
 - 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListenersolvingEnded, solvingStarted
 
- 
 
-