MosekTools.jl icon indicating copy to clipboard operation
MosekTools.jl copied to clipboard

A MathOptInterface.jl interface to the MOSEK solver

Results 15 MosekTools.jl issues
Sort by recently updated
recently updated
newest added

Hi there, I am currently solving a few models with PSD constraints using `MosekTools.jl`. The models are all read from .cbf files using `JuMP.read_from_file`, but there seem to be a...

See https://discourse.julialang.org/t/unexpected-behavior-of-objective-value-with-quadratic-objective-and-semidefinite-constraint/107211/4

Closes https://github.com/jump-dev/MosekTools.jl/issues/131

In MathOptInterface (MOI) syntax I get the basis status of a variable `x` attached to a `model` via `MOI.get(model, MOI.VariableBasisStatus(), x)` This status should correspond to the `xxstatus` in the...

Fixes issue #112 but introduces another failing test. I think it is unrelated to 112.

I have commented it out since it does not work, it gives a MethodError https://github.com/jump-dev/MosekTools.jl/blob/53ede41977b8ef5d604b03643875329acc601b86/src/constraint.jl#L773-L790 https://github.com/jump-dev/MosekTools.jl/blob/53ede41977b8ef5d604b03643875329acc601b86/test/runtests.jl#L79-L80 cc @ulfworsoe

This issue is probably related to #71. The following `PowerModelsDistribution` problem throws the following exception when using the Mosek solver. The issue is not present with other conic solvers like...

Should work now that https://github.com/MOSEK/Mosek.jl/issues/222 is fixed

I have some issues related to working with a remote Mosek server. In this case, the server is not the trial server (solve.mosek.com:30080) but a locally running container. I work...

Hi, I am trying to solve an SDP problem using JuMP+Mosek. The solver terminates with ``` ITE PFEAS DFEAS GFEAS PRSTATUS POBJ DOBJ MU TIME 0 1.1e+00 1.0e+00 1.0e+00 0.00e+00...