Learn R Programming

CVXR (version 1.0-14)

retrieve: Retrieve Solution

Description

Retrieves a solution to the owned problem.

Usage

retrieve(object, solution)

Value

A Solution to the problem emitted by reduce.

Arguments

object

A Reduction object.

solution

A Solution object.