-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
NEW
-
NEW
@PlanningEntity class Visit { ... @IndexInChainShadowVariable int indexInChain; ... }
Given these chains:
Anchor1 - A - B - C - D - E
Anchor2 - X - Y
then
A.indexInChain = 0
B.indexInChain = 1
C.indexInChain = 2
D.indexInChain = 3
E.indexInChain = 4
X.indexInChain = 0
Y.indexInChain = 1
- relates to
-
PLANNER-728 Vehicle Routing etc: simplify the domain model @PlanningCollectionVariable(type = DISTINCT_LIST) - VRP simplification (Phase 1)
- Resolved