Skip to contents

[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().

Value

The problem object (invisibly), with solution unpacked.

Details

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