Chained Property Path in ShadowSources #1946
Closed
kazaferovic
started this conversation in
General
Replies: 3 comments 1 reply
-
|
It a bug; DSV where added before mixing |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Created issue #1948 to track. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The fix was merged and will be released early next month. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm struggling to understand when or for which entity the supplier method of DSV is triggered.
Given a VRP with PlanningListVariable and an additional genuine PlanningVariable on the Visit class:
Now e.g. when we have Visit-1 with Visit-0 as its previousVisit and then the disposalPlant for Visit-0 is changed, I would expect that previousDisposalPlantSupplier of Visit-1 would be called but it is only the one of Visit-0.
Where is my misunderstanding?
Beta Was this translation helpful? Give feedback.
All reactions