This manual covers the general functionality of MOSEK and the usage of the MOSEK C API.
The MOSEK C Application Programming Interface allows access to the full functionality of MOSEK from C and C++.
The C API consists of a header file mosek.h and a dynamic link library which an application can link to. This manual covers usage of the dynamic link library.
New users of the MOSEK C API are encouraged to read:
This should introduce most of the data structures and functionality necessary to implement and solve an optimization problem.
Chapter 7 contains general material about the mathematical formulations of optimization problems compatible with MOSEK, as well as common tips and tricks for reformulating problems so that they can be solved by MOSEK.
Hence, Chapter 7 is useful when trying to find a good formulation of a specific model.
More advanced examples of modelling and model debugging are located in
Finally, the C API reference material is located in