Can I solve mixed integer linear and quadratic programming problems with Optimization Toolbox 7.0 (R2014a)?

1 view (last 30 days)
I would like to know if I can solve mixed integer linear programming problems and mixed integer quadratic programming problems in MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 18 Oct 2013
You can solve mixed integer linear programming problems using the "intlinprog" function. This function was introduced in the Optimization Toolbox 7.0 (R2014a).
In previous releases, if the problem has only binary variables, you can use the "bintprog" function. Otherwise, you can use the genetic algorithm function "ga" in the Global Optimization Toolbox.
For mixed integer quadratic programming problems, you can use the genetic algorithm function "ga" in the Global Optimization Toolbox. This function solves mixed integer nonlinear programming problems, including quadratic ones.

More Answers (0)

Products


Release

R2014a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!