C/C++ optimizer API

Using MOSEK C optimizer API then full functionality of MOSEK can be accessed from

  • C
  • C++

as well as other programming languages which can interface with a dll employing that standard C calling convention. The key features of the interface are

  • Input and modifying optimization problems
  • Modifying algorithmic parameters
  • Solving optimization problems
  • Obtain information about the optimizer progress

The C interface is included in the MOSEK distribution along with tutorials, documentation and a library of working code examples.