Originally posted by: lbr33
Hi,
How can I use the cplex function setBounds when I have the struct: map<int,IloRangeArray> constraints_r3 ?
I tried something like:
constraints_r3.find(p)->second.setBounds(-IloInfinity, newValue);
but it didn't work.
Thank you.
#CPLEXOptimizers#DecisionOptimization