4#include <cyqlone/qpalm/export.h>
35 throw std::out_of_range(
"invalid value for qpalm::SolverStatus");
SolverStatus
Exit status of a numerical solver.
@ Interrupted
Solver was interrupted by the user.
@ MaxTime
Maximum allowed execution time exceeded.
@ Exception
An unexpected exception was thrown.
@ NoProgress
No progress was made in the last iteration.
@ MaxIter
Maximum number of iterations exceeded.
@ Converged
Converged and reached given tolerance.
@ NotFinite
Intermediate results were infinite or not-a-number.
const char * enum_name(SolverStatus s)
std::ostream & operator<<(std::ostream &os, SolverStatus s)