MATLAB: How to show convergence graph with intlinprog/branch and bound

2016abranch and boundcovergencegraphintlinprogMATLABmilpoptimization

Hi
I am working on a MILP problem on MATLAB 2016a that uses intlinprog to find the optimal solution. The solver always goes into the branch and bound stage to find the solution. I would like to know how would I show the convergence of the solution to the optimum value with a graph? (Perhaps an in-built MATLAB function in the options)? Thank you.
Regards, Enrico

Best Answer

You can use the optimplotmilp plotfunction to view convergence. See intlinprog output functions and plot functions.
Alan Weiss
MATLAB mathematical toolbox documentation