Uses of Class
com.v1rex.liftnexus.planning.domain.WarehouseSchedule
Packages that use WarehouseSchedule
-
Uses of WarehouseSchedule in com.v1rex.liftnexus.planning.service
Methods in com.v1rex.liftnexus.planning.service that return WarehouseScheduleModifier and TypeMethodDescriptionWarehouseDispatcherService.buildCurrentProblemAndSetSolvingStatus(UUID jobId) Fetcher callback used by Timefold at the start of solving.WarehouseDispatcherService.buildCurrentState()Assembles the current warehouse snapshot that the solver will optimise.Methods in com.v1rex.liftnexus.planning.service with parameters of type WarehouseScheduleModifier and TypeMethodDescriptionvoidWarehouseDispatcherService.saveFinalSolution(WarehouseSchedule solution, UUID jobId) Best-solution consumer callback invoked by Timefold when a solution is available (either the final optimal solution or an intermediate best-effort one).