Learn R Programming

CVXR (version 1.9.1)

problem_solution: Get the Raw Solution Object (deprecated)

Description

[Deprecated]

Usage

problem_solution(x)

Value

A Solution object, or NULL if the problem has not been solved.

Arguments

x

A Problem object.

Details

Use solution instead.

See Also

solution