-
Bug
-
Resolution: Unresolved
-
Minor
-
7.20.0.Final
-
-
NEW
-
NEW
I have a fact class, Pools, that contains the anchor variables for my problem (virtualMachines). On the solution class, I have a pools collection.
I need to deep clone the pools so that planner can work, otherwise I get duplicate entities in the solution (see StackOverflow).
When adding @DeepPlanningClone on the pools field, it doesn't work, but adding it on the Pool class does.