ok,
I found out what problem I am really facing. I would like to solve an SDP with bilinear constraints (Actually it's an SOS problem, for example that one here: [1])
Penlab, which is the only bilinear sdp solver I have at hand, can't handle it even through yalmip.
I tried to replace all semi-definite constraints with equality constraints and a matrix slack variable. My sqp solver couldn't handle that.
But: If I mimic the pre-processing of yalmip and add constraints which yield a block-diagonal structure in the semi-definite constraints, the sqp solver yields the right result.
Therefore I would like to use the preprocessing of yalmip and then plug the resulting problem into an sqp solver.
But if I have a bilinear SDP, the export function doesn't accept initial values, even if I use solver 'none'.
I can't use solver 'fmincon' because it cannot solve SDPs. (I could introduce the mentioned slack variables beforehand but then I would lose the pre-processing).
Could you point me to the file(s) in yalmip which I have to change to enable initial conditions for solver 'none' or 'penlab'?
Best,
Eike
[1]
https://groups.google.com/forum/?fromgroups#!topic/yalmip/RumlFINTsDw