Skip to content

Solver not applicable #1383

Mar 19, 2024 · 1 comments · 20 replies
Discussion options

You must be logged in to vote

You seem to miss the core idea of a semidefinite relaxation, as you simply try to solve the nonconvex problem now, as you introduce W0 as the outer product of two vectors, i.e. a bilinear expression, which then is used in the model creating nonconvex quadratic stuff. The whole idea is that you introduce W0 as a symmetric matrix with a psd constraint, and then remove (i.e. never introduce) the constraint that it is low-rank.

SDPT3 can never be used here as you have a logarithmic operator in the objective. You need an exponential cone solver such as mosek (cvx has some old stuff where it approximates the log stuff, but these days you use an exponential cone solver)

Also, if that objective a…

Replies: 1 comment 20 replies

Comment options

You must be logged in to vote
20 replies
@johanlofberg
Comment options

@valuestay
Comment options

@johanlofberg
Comment options

@valuestay
Comment options

@valuestay
Comment options

Answer selected by valuestay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants