Learn R Programming

CVXR (version 1.9.1)

status: Get the Solution Status of a Problem

Description

Returns the status string from the most recent solve, such as "optimal", "infeasible", or "unbounded".

Usage

status(x)

Value

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

Arguments

x

A Problem object.

See Also

OPTIMAL, INFEASIBLE, UNBOUNDED