Hi Johan/everyone,
Has anyone seen, or have any experience with MOSEK warning 710? I'm using YALMIP to solve a SOS program, and getting this at the top of my MOSEK output:
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (12) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (13) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (14) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (16) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (18) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (20) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (22) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (23) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (24) of matrix 'A'.
MOSEK warning 710: #2 (nearly) zero elements are specified in sparse col '' (26) of matrix 'A'.
Warning number 710 is disabled.
I'm concerned that it might be affecting my results numerically (my residuals aren't great, and the norm of the problem is quite large), but I can't figure out how to fix the problem, or where to start.
I do have an 'A' matrix, but it's 4x4, so it can't have a 26th element. I thought it might also be the way YALMIP is passing the equality constraints (as in Ax = b) to MOSEK, but I dug through the code for a while and haven't found anything yet.
Does anyone know where this might be coming from, and/or how I can fix it?