Timefold Recommended Fit API with List of coordinated planning entities
I’d like to implement the recommended fit api into my workflow.
Task Assigning problem in Timefold – Optaplanner
I am currently trying to model a problem in Timefold/Optaplanner very similar to the task assignment problem in the documentation or this problem. I am using a PlanningListVariable with a chained through time pattern.
TimeFold VariableListener Corruption after Initial Score Calculation
I have a single planning entity (task), and a single genuine planning variable (timeslot).
How to sum up the shift durations for a week
I have a problem with fact collection DaySetting.
OptaPlanner/TimeFold – FullAssert mode exception and constraint explanation
I am currently working on a project that requires scheduling tasks to resources while minimizing travel time between tasks assigned to the same resource. There are additional constraints, but this is the main objective.
How to accumulate shift duration with day setting
I have a shift class, that returns the information for the shift.
how to balance penalty between multiple entities and a single entity
There is a planning variables A in one planning entity C and A is in scope (A1 … A10). And the scope of A can be devided into two groups: A1 … A5 -> group1. A6 … A10 -> group2.
What are the alternatives to a value range provider to limit the search if you’re using list variables in your planning entity?
I’m working from the Timefold Vehicle Routing quickstart, the main change I’ve added is required skills for each Visit and Vehicle skills for each vehicle.