Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 388 Bytes

MathOptInterfaceMosek is the MathOptInterface.jl implementation for the MOSEK solver. The low-level solver API for MOSEK is found in the package Mosek.jl.

The Mosek specific model object (used for example with JuMP) is created as

model = MathOptInterfaceMosek.MosekOptimizer()