Uses of Record Class
ai.timefold.solver.core.impl.phase.scope.SolverLifecyclePoint
Packages that use SolverLifecyclePoint
Package
Description
-
Uses of SolverLifecyclePoint in ai.timefold.solver.core.impl.phase.scope
Methods in ai.timefold.solver.core.impl.phase.scope that return SolverLifecyclePointModifier and TypeMethodDescriptionstatic SolverLifecyclePointSolverLifecyclePoint.of(int moveThreadIndex, int phaseIndex, int stepIndex, int moveIndex) static SolverLifecyclePointSolverLifecyclePoint.of(AbstractMoveScope<?> moveScope) static SolverLifecyclePointSolverLifecyclePoint.of(AbstractStepScope<?> stepScope, String treeId) -
Uses of SolverLifecyclePoint in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.core.impl.score.director with parameters of type SolverLifecyclePointModifier and TypeMethodDescriptionvoidAbstractScoreDirector.assertExpectedUndoMoveScore(Move<Solution_> move, InnerScore<Score_> beforeMoveInnerScore, SolverLifecyclePoint executionPoint) voidInnerScoreDirector.assertExpectedUndoMoveScore(Move<Solution_> move, InnerScore<Score_> beforeMoveScore, SolverLifecyclePoint executionPoint) Asserts that if theScoreis calculated for the currentworking solutionin the currentScoreDirector(with incremental calculation residue), it is equal to the parameterbeforeMoveScore.