5. Modeling and OptimizationΒΆ

In this chapter we discuss how to use MindOpt to solve mathematical optimization problems. We provide a series of examples on constructing different types of optimziation models, and calling the optimization solvers to obtain the optimal solutions.

Note

Currently MindOpt only supports linear programming (LP), mixed-integer linear programming (MILP), convex quadratic programming (QP) and semidefinite programming (SDP). In the future, MindOpt will support more problem types and continuously improve its performance.