Uses of Interface
ai.timefold.solver.core.api.solver.event.FinalBestSolutionEvent
Packages that use FinalBestSolutionEvent
-
Uses of FinalBestSolutionEvent in ai.timefold.solver.core.api.solver
Method parameters in ai.timefold.solver.core.api.solver with type arguments of type FinalBestSolutionEventModifier and TypeMethodDescription@NonNull SolverJobBuilder<Solution_,ProblemId_> SolverJobBuilder.withFinalBestSolutionEventConsumer(@NonNull Consumer<FinalBestSolutionEvent<Solution_>> finalBestSolutionEventConsumer) Sets the final best solution consumer, which is called at the end of the solving process and returns the final best solution. -
Uses of FinalBestSolutionEvent in ai.timefold.solver.core.impl.solver
Method parameters in ai.timefold.solver.core.impl.solver with type arguments of type FinalBestSolutionEventModifier and TypeMethodDescription@NonNull SolverJobBuilder<Solution_,ProblemId_> DefaultSolverJobBuilder.withFinalBestSolutionEventConsumer(@NonNull Consumer<FinalBestSolutionEvent<Solution_>> finalBestSolutionConsumer)