Hi, I’m using Mosek
as a solver of Convex.jl
to solve convex problems.
While solving problems, it quite often says warnings like
MOSEK warning 705: #4 (nearly) zero elements are specified in sparse row ''(376) of matrix 'A'.
So my questions are:
- Is the warning serious? For me, the resulting solution seems fine (and also satisfies constraints as well).
- Can I make it silent manually?
Thx