Why did the solution fail Uncategorized Nov 26, 2021 C CVXlearning Nov 26, 2021 #1 image733×696 11.7 KB M Mark L. Stone Nov 26, 2021 #2 Numbers such as 1e-28 and 9e9 are apparently too taxing for the solver to handle, it failed. You need to improve the scaling so that non-zero input data is much closer to 1 in magnitude. C CVXlearning Nov 27, 2021 #3 Replying to #2 Thank you very much for your help to solve my problem