Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Dcp2Cone-class

Reduce DCP Problem to Conic Form


Description

This reduction takes as input (minimization) DCP problems and converts them into problems with affine objectives and conic constraints whose arguments are affine.

Usage

## S4 method for signature 'Dcp2Cone,Problem'
accepts(object, problem)

## S4 method for signature 'Dcp2Cone,Problem'
perform(object, problem)

Arguments

object

A Dcp2Cone object.

problem

A Problem object.

Methods (by generic)

  • accepts: A problem is accepted if it is a minimization and is DCP.

  • perform: Converts a DCP problem to a conic form.


CVXR

Disciplined Convex Optimization

v1.0-10
Apache License 2.0 | file LICENSE
Authors
Anqi Fu [aut, cre], Balasubramanian Narasimhan [aut], David W Kang [aut], Steven Diamond [aut], John Miller [aut], Stephen Boyd [ctb], Paul Kunsberg Rosenfield [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.