/mosek

wrapper pod for Mosek optimizer

Primary LanguageCMake

Wrapper for MOSEK 9.3.1

https://www.mosek.com

Requires a free academic license or paid commercial license, as appropriate. Install the license file to $HOME/mosek/mosek.lic.

Versions other than 9.3.1 are unsupported by this wrapper.

Add optional CMAKE_INSTALL_PREFIX <install_dir> CMake option.

$ mkdir build && cd build
$ cmake ..
$ make install