Skip to contents

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.