Originally posted by: ZoharFeldman
Hi,
I have some internal classes that I store with respect to a particilar IloEnv. I may have several IloEnv's, so I actually have a map between the IloEnv and the list of classes.
In particular, I use the impl pointer (iloEnv->getImpl()) as the key of this map.
This seems to create a problem when running the refineConflict method (I guess conflict refiner builds a different env?).
If this is true, does IloEnv have some unique identifier that is carried to the IloEnv used by the conflict refiner?
Thanks,
Zohar
#CPOptimizer#DecisionOptimization