Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ and install the latest version of Mosek.jl.
Follow the instructions at [Mosek.jl](https://github.com/MOSEK/Mosek.jl) to
obtain and install an appropriate license.

To use MOSEK v9 (resp. v8), use the v0.12.x (resp. v0.7.x) releases of this
package, and the `mosekv9` (resp. `mosekv8`) branch and v1.2.x (resp. v0.9.x)
releases of Mosek.jl.

See the following table for a summary:

| MOSEK | Mosek.jl | MosekTools.jl release | MosekTools.jl branch |
|-------|----------|-----------------------|----------------------|
| v11 | v11 | v0.15.6 | master |
| v10 | v10 | v0.13 | master |
| v9 | v0.12 | v0.12 | mosekv9 |
| v8 | v0.9 | v0.7 | mosekv8 |

## Use with JuMP

To use Mosek with JuMP, use `Mosek.Optimizer`:
Expand Down
Loading