Originally posted by: JFCote
Hello,
I searched in vain a way to get the value of the dual variable associated with the upper bound on a variable.
By exemple, I have the continuous variable
0 <= x_3 <= 1
I created it this way using C++ Concert : IloNumVar(env,0, 1, ILOFLOAT);
How can I get it?
Thank you
Jean-François
#CPLEXOptimizers#DecisionOptimization