perform {CVXR} | R Documentation |
Perform Reduction
Description
Performs the reduction on a problem and returns an equivalent problem.
Usage
perform(object, problem)
Arguments
object |
A Reduction object. |
problem |
A Problem on which the reduction will be performed. |
Value
A list containing
- "problem"
A Problem or list representing the equivalent problem.
- "inverse_data"
A InverseData or list containing the data needed to invert this particular reduction.
[Package CVXR version 1.0-14 Index]