-
Epic
-
Resolution: Done
-
Blocker
-
None
-
6.5.0.Final
-
VRP simplification 1
-
Done
-
2017 Week 43-44, 2017 Week 45-46, 2017 Week 47-48, 2017 Week 49-50, 2017 Week 51-52, 2018 Week 01-02, 2018 Week 03-04, 2018 Week 05-06, 2018 Week 07-08, 2018 Week 09-10, 2018 Week 11-12, 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26
-
NEW
-
NEW
For Vehicle Routing and project job scheduling users want to use this model:
@PlanningEntity // No longer a shadow public class Vehicle { @PlanningVariableCollection(type = DISTINCT_LIST) List<Customer> customerList; // genuine! } @PlanningEntity // Now a shadow public class Customer { @AnchorShadowVariable Vehicle vehicle; }
Although this might have a small performance loss in basic setups (think 2opts on not-anymore linked lists), it might have a lower gain too (think pillar and subchain swaps)
- is duplicated by
-
PLANNER-167 @PlanningVariable should support a collection (list, ...) as a planning variable
- Resolved
-
PLANNER-1334 Simplified Vehicle Routing domain model
- Closed
- is incorporated by
-
RHBOP-11 List variables to simplify problem models
- Closed
- is related to
-
PLANNER-1314 Index in chain shadow variable (generic) that for VRP etc gives which nth visit it is
- Open
- relates to
-
PLANNER-833 VRP example that does mixed pickup and delivery
- Open