unpack_results: Unpack Results (backward-compatible alias)

View source: R/257_zzz_R_specific_exports.R

unpack_resultsR Documentation

Unpack Results (backward-compatible alias)

Description

[Deprecated]

Usage

unpack_results(problem, solution, chain, inverse_data)

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.

Value

The problem object (invisibly), with solution unpacked.

See Also

problem_unpack_results()


CVXR documentation built on March 6, 2026, 9:10 a.m.