Uses of Interface
ai.timefold.solver.core.api.solver.ProblemFactChange
Packages that use ProblemFactChange
-
Uses of ProblemFactChange in ai.timefold.solver.core.api.solver
Methods in ai.timefold.solver.core.api.solver with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanSolver.addProblemFactChange(@NonNull ProblemFactChange<Solution_> problemFactChange) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in ai.timefold.solver.core.api.solver with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanSolver.addProblemFactChanges(@NonNull List<ProblemFactChange<Solution_>> problemFactChangeList) Deprecated, for removal: This API element is subject to removal in a future version.PreferSolver.addProblemChanges(List). -
Uses of ProblemFactChange in ai.timefold.solver.core.impl.solver
Methods in ai.timefold.solver.core.impl.solver with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanDefaultSolver.addProblemFactChange(@NonNull ProblemFactChange<Solution_> problemFactChange) Method parameters in ai.timefold.solver.core.impl.solver with type arguments of type ProblemFactChangeModifier and TypeMethodDescriptionbooleanDefaultSolver.addProblemFactChanges(@NonNull List<ProblemFactChange<Solution_>> problemFactChangeList) -
Uses of ProblemFactChange in ai.timefold.solver.core.impl.solver.change
Methods in ai.timefold.solver.core.impl.solver.change with parameters of type ProblemFactChangeModifier and TypeMethodDescriptionstatic <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter.create(ProblemFactChange<Solution_> problemFactChange)
Solver.addProblemChange(ProblemChange).