Learn R Programming

CVXR (version 1.9.1)

problem_status: Get the Solution Status of a Problem (deprecated)

Description

[Deprecated]

Usage

problem_status(x)

Value

Character string, or NULL if the problem has not been solved.

Arguments

x

A Problem object.

Details

Use status instead.

See Also

status