Add PSD constraint using Burer-Monteiro formulation #21801
Labels
component: mathematical program
Formulating and solving mathematical programs; our autodiff and symbolic libraries
type: feature request
We can formulate the convex constraint
X is PSD
with a non-convex constraint using the Burer-Monteiro formulationThis can be useful when we have non-convex optimization problem (for example, a bilinear matrix inequality), and we can solve the problem through gradient based nonlinear optimization (like SNOPT).
To support this feature, I propose that we add a class
and the function
which also adds the slack variable
Y
into MathematicalProgram.WDYT @AlexandreAmice @RussTedrake
The text was updated successfully, but these errors were encountered: