-
Enhancement
-
Resolution: Done
-
Blocker
-
6.0.1.Final
-
None
According to the documentation for continuous planning, the way to 'lock' parts of the solution is by declaring a movableEntitySelectionFilter on the planning entity: Section 14.3.1. Immovable planning entities.
However, this does not work well with chained entities where parts of the solution is calculated, like in the vehiclerouting example.
For example, let's assume the following chains, where [Customer A] and [Customer C] are immovable:
[Vehicle 1] <- [Customer A] <- [Customer B]
[Vehicle 2] <- [Customer C] <- [Customer D]
Even if we filter immovable entities, a move to set the variable [Vehicle 2] as previous standstill to [Customer B] can be selected with the following result that changes the immovable entity [Customer C]:
[Vehicle 1] <- [Customer A]
[Vehicle 2] <- [Customer B] <- [Customer C] <- [Customer D]
- is blocked by
-
PLANNER-228 Chained variables should support value range from entity too
- Open
- is incorporated by
-
PLANNER-299 Vehicle Routing
- Resolved