Drake
Drake C++ Documentation
semidefinite_relaxation.h File Reference
#include <memory>
#include <vector>
#include "drake/solvers/mathematical_program.h"
Include dependency graph for semidefinite_relaxation.h:

Namespaces

 drake
 
 drake::solvers
 

Functions

std::unique_ptr< MathematicalProgram > MakeSemidefiniteRelaxation (const MathematicalProgram &prog)
 Constructs a new MathematicalProgram which represents the semidefinite programming convex relaxation of the (likely nonconvex) program prog. More...
 
std::unique_ptr< MathematicalProgram > MakeSemidefiniteRelaxation (const MathematicalProgram &prog, const std::vector< symbolic::Variables > &variable_groups)
 A version of MakeSemidefiniteRelaxation that allows for specifying the sparsity of the relaxation. More...