Learn R Programming

CVXR (version 1.9.1)

unpack_results: Unpack Results (backward-compatible alias)

Description

[Deprecated]

Usage

unpack_results(problem, solution, chain, inverse_data)

Value

The problem object (invisibly), with solution unpacked.

Arguments

problem

A Problem object.

solution

The raw solver result from solve_via_data().

chain

The SolvingChain from problem_data().

inverse_data

The inverse data list from problem_data().

Details

Use problem_unpack_results() instead. This alias exists for backward compatibility with older CVXR examples.

See Also

problem_unpack_results()