Originally posted by: SystemAdmin
You are probably passing an empty handle (basically, a null pointer) as an argument in a function call. Look for a function argument that is uninitialized. On a
different thread, this bug arose because someone passed an pointer to an array of model objects (perhaps IloNumVarArray) that was smaller than it needed to be (resulting in a bounds violation when CPLEX accessed the array).
Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#CPLEXOptimizers#DecisionOptimization