perform: Perform Reduction

performR 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.


CVXR documentation built on Oct. 31, 2022, 1:07 a.m.