Hi!
Is it possible to obtain the value of the slack variables of the constraints?
I have obtained the value of all the variables of the model with:
value = MathProgBase.getsolution(model)
But I don't know how to obtain the value of the slack variables.
Thanks!