Learn R Programming

CVXR (version 1.0-11)

perform: Perform Reduction

Description

Performs the reduction on a problem and returns an equivalent problem.

Usage

perform(object, problem)

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.

Arguments

object

A Reduction object.

problem

A Problem on which the reduction will be performed.