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

I would like to know if I can solve mixed integer linear programming problems and mixed integer quadratic programming problems in MATLAB.

 採用された回答

MathWorks Support Team
MathWorks Support Team 2013 年 10 月 18 日
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.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLinear Programming and Mixed-Integer Linear Programming についてさらに検索

製品

リリース

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by