Uses of Interface
ai.timefold.solver.core.api.solver.ProblemFactChange
-
Packages that use ProblemFactChange Package Description ai.timefold.solver.core.api.solver Solver,SolverFactory, ...ai.timefold.solver.core.impl.partitionedsearch ai.timefold.solver.core.impl.solver ai.timefold.solver.core.impl.solver.change -
-
Uses of ProblemFactChange in ai.timefold.solver.core.api.solver
Methods in ai.timefold.solver.core.api.solver with parameters of type ProblemFactChange Modifier and Type Method Description booleanSolver. addProblemFactChange(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 ProblemFactChange Modifier and Type Method Description booleanSolver. addProblemFactChanges(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.partitionedsearch
Methods in ai.timefold.solver.core.impl.partitionedsearch with parameters of type ProblemFactChange Modifier and Type Method Description booleanPartitionSolver. addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)Method parameters in ai.timefold.solver.core.impl.partitionedsearch with type arguments of type ProblemFactChange Modifier and Type Method Description booleanPartitionSolver. addProblemFactChanges(List<ProblemFactChange<Solution_>> problemFactChanges) -
Uses of ProblemFactChange in ai.timefold.solver.core.impl.solver
Methods in ai.timefold.solver.core.impl.solver with parameters of type ProblemFactChange Modifier and Type Method Description booleanDefaultSolver. addProblemFactChange(ProblemFactChange<Solution_> problemFactChange)Method parameters in ai.timefold.solver.core.impl.solver with type arguments of type ProblemFactChange Modifier and Type Method Description booleanDefaultSolver. addProblemFactChanges(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 ProblemFactChange Modifier and Type Method Description static <Solution_>
ProblemChangeAdapter<Solution_>ProblemChangeAdapter. create(ProblemFactChange<Solution_> problemFactChange)
-