psd_coeff_offset: Given a problem returns a PSD constrain

View source: R/conic_solvers.R

psd_coeff_offsetR Documentation

Given a problem returns a PSD constrain

Description

Given a problem returns a PSD constrain

Usage

psd_coeff_offset(problem, c)

Arguments

problem

A Problem object.

c

A vector of coefficients.

Value

Returns an array G and vector h such that the given constraint is equivalent to G*z <=_PSD h.


CVXR documentation built on Oct. 31, 2022, 1:07 a.m.