1- In order to explain my question I am gonna share a part of my code and corresponding output.
Mosek error: MSK_RES_TRM_STALL ()
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| ID| Constraint| Primal residual| Dual residual| Tag|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| #1| Matrix inequality| -0.41977| 2.9993e-13| LMI 32|
| #2| Matrix inequality| -4.1308e-09| 5.6593e-13| LMI 14|
| #3| Matrix inequality| -2.9014| 2.8338e-13| LMI 36|
| #4| Matrix inequality| 1.78e-08| 9.0485e-09| LMI Q1|
| #5| Matrix inequality| -8.7006e-14| 1.987| LMI Q2|
| #6| Elementwise inequality| 0.00066351| 1.4255e-09| Positive Gamma|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diagnostics.problem=-1
When I set the gamma is less than 15 I could not achieve any result. On the other hand, when the upper bound of gamma is set to 8 which makes LMIs more conservative, Mosek can find a feasible solution;
diagnostics = optimize([LMI,gamma<=8],[],ops);
Mosek error: MSK_RES_TRM_STALL ()
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| ID| Constraint| Primal residual| Dual residual| Tag|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| #1| Matrix inequality| 7.8105e-07| 8.4085e-09| LMI 32|
| #2| Matrix inequality| 7.2851e-05| 2.1125e-08| LMI 14|
| #3| Matrix inequality| -1.9863e-08| 7.1241e-09| LMI 36|
| #4| Matrix inequality| 0.00095311| 6.2623e-05| LMI Q1|
| #5| Matrix inequality| -9.0694e-09| 18378.9679| LMI Q2|
| #6| Elementwise inequality| 7.4971| 3.1213e-05| Positive Gamma|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diagnostics.problem=0
gamma =
7.4971
I cannot make any comments on these results. The relaxed conditions cannot find consider system feasible despite the fact that more conservative one conclude feasibility. My expected gamma is around 10. According to results both of them contains negative primal residuals. What is the origin of this dilemma? Yes I it possible to formalize the problem as non-convex