Originally posted by: IrvL
In the C++ API, there is the method IloExtractable::setObject()
In the Java API, there is no equivalent on IloAddable. This is needed because it is useful to create a new IloIntVar from cplex.intVar(), and then associate a Java object to that variable, so that when you are looking at the variable, you know the associated object.
Why is this not implemented?
#CPLEXOptimizers#DecisionOptimization