Problem solved without seemingly meaningless constraint

Hi Mark!

First, I totally appreciate your kind reply with details which is understandable even for beginners like me!

And I’d like to ask you bit more about this near zero input problem.
Shown at the first post, even without the redundant constraint, CVX shows the near zero warning.

MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (1) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (4) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6) of matrix 'A'.

I found a topic about the same problem in this fourm.

As mentioned in the answer, I’m not happy with the solution. :frowning:
There should not be zero in the matrix ‘A’, but I found it’s like

A =
         0
         0.0007
         0.0022
         0.0033

Does this happen due to the near zero warning?

If so, I would like to solve this problem to get HAPPY solution.
But unfortunately, I cannot remove any near zeros in the matrix ‘Q’(I suspect this is the cirminal :face_with_raised_eyebrow:) and also it seems quite tough to change unit of inputs as you suggested.

I need to check more by myself but
can you please share any other tips or techniques to solve this problem with me?

Thank you again!