Originally posted by: jmshao
I noticed in cplex JAVA API there is IloLPMatrix to implement sparse matrix. But I didn't find any sample on how to do it in C++. I have a LP Model with a large amount of constraints, so I want to use sparse matrix instead of IloRange. I am not familiar with it. Does anyone has any idea?
Thanks!
#CPLEXOptimizers#DecisionOptimization