Johan Löfberg
Johan Löfberg
test_robust5/test13 suffers from trivial SOCPs when sedumi is used
``` P = sdpvar(2); x = sdpvar(1,1); optimize([sos(x'*P*x), P(:)>=0, exp(P(1,1))
### Discussed in https://github.com/yalmip/YALMIP/discussions/969 Originally posted by **zoharl3** August 20, 2021 There's this comprehensive page: https://yalmip.github.io/debugginginfeasible Usually, that's what I do more or less. I just wanted to point out...