solver
|
Helper class that contains information about the status of the optimization problem. More...
#include <CvxInfoPrinter.hpp>
Public Member Functions | |
bool | isBetterThan (const OptimizationInfo &info) const |
OptimizationInfo & | operator= (const OptimizationInfo &other) |
int & | get (const SolverIntParam ¶m) |
double & | get (const SolverDoubleParam ¶m) |
PrecisionConvergence & | mode () |
const int & | get (const SolverIntParam ¶m) const |
const double & | get (const SolverDoubleParam ¶m) const |
const PrecisionConvergence & | mode () const |
Helper class that contains information about the status of the optimization problem.