Class NoChangePhase<Solution_>

java.lang.Object
ai.timefold.solver.core.impl.phase.AbstractPhase<Solution_>
ai.timefold.solver.core.impl.phase.NoChangePhase<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
PhaseLifecycleListener<Solution_>, Phase<Solution_>, SolverLifecycleListener<Solution_>, EventListener

@Deprecated(forRemoval=true, since="1.20.0") public class NoChangePhase<Solution_> extends AbstractPhase<Solution_>
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated on account of having no use.
A NoChangePhase is a Phase which does nothing.
  • Method Details

    • getPhaseTypeString

      public String getPhaseTypeString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPhaseTypeString in class AbstractPhase<Solution_>
    • solve

      public void solve(SolverScope<Solution_> solverScope)
      Deprecated, for removal: This API element is subject to removal in a future version.