Skip to contents

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.