Interface ExhaustiveSearchPhase<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, Phase<Solution_>, PhaseLifecycleListener<Solution_>, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
DefaultExhaustiveSearchPhase

public interface ExhaustiveSearchPhase<Solution_> extends Phase<Solution_>
A ExhaustiveSearchPhase is a Phase which uses an exhaustive algorithm, such as Brute Force.
See Also: