Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
Packages that use ExhaustiveSearchPhaseScope
Package
Description
-
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.decider
Methods in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionprotected voidAbstractExhaustiveSearchDecider.fillLayerList(ExhaustiveSearchPhaseScope<Solution_> phaseScope) protected voidMixedVariableExhaustiveSearchDecider.fillLayerList(ExhaustiveSearchPhaseScope<Solution_> phaseScope) protected voidAbstractExhaustiveSearchDecider.initStartNode(ExhaustiveSearchPhaseScope<Solution_> phaseScope, ExhaustiveSearchLayer layer) protected voidMixedVariableExhaustiveSearchDecider.initStartNode(ExhaustiveSearchPhaseScope<Solution_> phaseScope, ExhaustiveSearchLayer layer) voidAbstractExhaustiveSearchDecider.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidListVariableExhaustiveSearchDecider.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidMixedVariableExhaustiveSearchDecider.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidAbstractExhaustiveSearchDecider.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidListVariableExhaustiveSearchDecider.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidMixedVariableExhaustiveSearchDecider.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.event
Methods in ai.timefold.solver.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseLifecycleListener.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidExhaustiveSearchPhaseLifecycleListener.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.scope
Methods in ai.timefold.solver.core.impl.exhaustivesearch.scope that return ExhaustiveSearchPhaseScopeConstructors in ai.timefold.solver.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchPhaseScopeModifierConstructorDescriptionExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)