Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions? 

Can I solve Mixed-Integer Quadratic Programming (MIQP) problems in MATLAB using built-in functions?

 采纳的回答

The following two functions help solve MIQP problems in MATLAB:
1. The "ga" function:
Please run the following command in the command window of installed MATLAB R2020b to get release specific documentation:
>> web(fullfile(docroot, 'gads/mixed-integer-optimization.html'))
2. The "surrogateopt" function:
Please run the following command in the command window of installed MATLAB R2020b to get release specific documentation:
>> web(fullfile(docroot, 'gads/surrogateopt.html'))
If you have binary integer constraints, run the following command  in the command window of installed MATLAB R2020b to get release specific documentation, where an MIQP is solved by iteratively approximating it as Mixed-Integer Linear Programming Problem:
>> web(fullfile(docroot, 'optim/ug/miqp-portfolio-problem-based.html'))
Please follow the below link to search for the required information regarding the current release:

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Linear Programming and Mixed-Integer Linear Programming 的更多信息

产品

版本

R2020a

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by