I am somewhat new to Gurobi and I had a question regarding which solver interface to use for solving an MIQP problem using MATLAB and Gurobi as a solver. I have already successfully solved some MILP problems using the intlinprog function in MATLAB (and Gurobi as a solver). However, no such simple function for solving MIQP's exist in MATLAB. Which function or interface should I use and how do I go about this?
Asked
Active
Viewed 124 times
1 Answers
1
Quadratic objective and constraints are supported by the Gurobi interface for MATLAB; it is described under model argument subsection of the MATLAB API Details section of the Gurobi Optimizer Reference Manual.

Greg Glockner
- 5,433
- 2
- 20
- 23