Originally posted by: T_O
Daniel,
I think the documentation is a little imprecise here. CPXnewrows says:
"the value of constraint i can be between rhs[i] and rhsi[i]+rngval[i]"
CPXcopylp says:
"If rngval[i] > 0, then row i activity is in [rhs[i],rhs[i]+rngval[i]], and if rngval[i] <= 0,then row i activity is in [rhs[i]+rngval[i],rhs[i]]."
While mathematically both mean the same, the first one could imply that rngval[i] is always positive. Can you say a few words concerning negative values?
Best regards,
Thomas
#CPLEXOptimizers#DecisionOptimization