how to use Shadow variable
For the convenience of calculation, I defined Cc as shadow variable and ComposeCc as the genuine planning variable.
I want to achieve: when the planning variable of ComposeCc changes, all Cc associated with the ComposeCc will also change. So I do the following steps:
how to use Shadow variable
For the convenience of calculation, I defined Cc as shadow variable and ComposeCc as the genuine planning variable.
I want to achieve: when the planning variable of ComposeCc changes, all Cc associated with the ComposeCc will also change. So I do the following steps:
How to optimize task allocation with time constraints using Timefold solver? [closed]
Closed 2 days ago.
How to optimize task allocation with time constraints using Timefold solver? [closed]
Closed 2 days ago.
How to optimize task allocation with time constraints using Timefold solver? [closed]
Closed 2 days ago.
Replacing default solution cloner
For my planning problem with one real planning entity class I need to declare various PriorityQueue
s in one of the problem classes.
how to building model when using optaplanenr or timefold
I have a school scheduing problem.
how to building model when using optaplanenr or timefold
I have a school scheduing problem.
How to Configure Timefold to leave unassigned values in planning entity
I’m working on a scheduling problem where I need to assign technicians to service devices. However, in some cases, it is preferable to leave a device unassigned if no suitable technician (lack of demanded skills) is available (i.e., the device.pesel should be None). I’ve structured my domain model as follows:
Doable moves only – Infinite Loop
I am trying to run a simple test case which has 2 Shifts(PlanningEntity) and 2 Employees (PlanningVariable)