solver_stats: Get Solver Statistics

View source: R/132_problems_problem.R

solver_statsR Documentation

Get Solver Statistics

Description

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

Usage

solver_stats(x)

Arguments

x

A Problem object.

Value

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


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