status: Get the Solution Status of a Problem

View source: R/132_problems_problem.R

statusR Documentation

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)

Arguments

x

A Problem object.

Value

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

See Also

OPTIMAL, INFEASIBLE, UNBOUNDED


CVXR documentation built on March 6, 2026, 9:10 a.m.