Learn R Programming

CVXR (version 1.9.1)

solver_stats: Get Solver Statistics

Description

Returns solver statistics from the most recent solve, including solve time, setup time, and iteration count.

Usage

solver_stats(x)

Value

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

Arguments

x

A Problem object.