LP convergence plot using CPLEX

Solver related questions
Post Reply
bigakrim
User
User
Posts: 12
Joined: 4 years ago

LP convergence plot using CPLEX

Post by bigakrim »

Hi everyone
I have been requested for my paper to add the convergence diagram of the resolution of my LP optimization model. I wonder how to process.
My first thought is to plot how the solver got to the optimal value. Hence I will need objective function values in terms of iterations but also
I don't know how to save such data while solving the model.
please give me some orientations
thanks
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: LP convergence plot using CPLEX

Post by bussieck »

You truly need this for LP? Makes little to no sense to me. For MIP this makes some sense. GAMS has the solveTrace facility to capture the primal and dual bounds for a MI(NL)P, see https://www.gams.com/36/docs/UG_SolverU ... SOLVETRACE.

-Michael
Post Reply