MATLAB: Algorithm used for integer programming in MATLAB – Reg

algorithmintlinprogMATLABOptimization Toolbox

I want to know the algorithm used for integer programming ( intlinprog) in MATLAB . Is it branch and bound algorithm or cutting plane algorithm or separation algorithm.

Best Answer

The algorithm description is in the documentation here.
Alan Weiss
MATLAB mathematical toolbox documentation