graph_implementation | R Documentation |
Reduces the atom to an affine expression and list of constraints.
graph_implementation(object, arg_objs, dim, data)
object |
An Expression object. |
arg_objs |
A list of linear expressions for each argument. |
dim |
A vector representing the dimensions of the resulting expression. |
data |
A list of additional data required by the atom. |
A list of list(LinOp for objective, list of constraints)
, where LinOp is a list representing the linear operator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.