unpack_results: Unpack Results (backward-compatible alias)
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=CVXR&version=1.9.1)
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.