Learn R Programming

CVXR (version 0.99-7)

graph_implementation: Graph Implementation

Description

Reduces the atom to an affine expression and list of constraints.

Usage

graph_implementation(object, arg_objs, size, data)

Arguments

object

An '>Expression object.

arg_objs

A list of linear expressions for each argument.

size

A vector with two elements representing the size of the resulting expression.

data

A list of additional data required by the atom.

Value

A list of list(LinOp for objective, list of constraints), where LinOp is a list representing the linear operator.