Originally posted by: MatteoDenitto
I am using this library in order to solve a Graphical Model. They allow you to use CPLEX to solve it with Integer Linear Programming on C++.
I build up the model, I pass it to CPLEX and everything is fine; but when I try to solve it i receive this error:
"const X& IloArray::operator[] (IloInt i) const : Out of bounds operation: index superior to size of array"
I have found this post which states there was a bug in the Java version (if i understood well).
Does anybody know how to get rid of this error?
#CPLEXOptimizers#DecisionOptimization