solver
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
solver::OptimizationInfo Class Reference

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
 
OptimizationInfooperator= (const OptimizationInfo &other)
 
int & get (const SolverIntParam &param)
 
double & get (const SolverDoubleParam &param)
 
PrecisionConvergence & mode ()
 
const int & get (const SolverIntParam &param) const
 
const double & get (const SolverDoubleParam &param) const
 
const PrecisionConvergence & mode () const
 

Private Attributes

PrecisionConvergence mode_
 
int iteration_
 
int linear_solve_refinements_
 
int affine_linear_solve_refinements_
 
int correction_linear_solve_refinements_
 
double primal_cost_
 
double dual_cost_
 
double primal_residual_
 
double dual_residual_
 
double primal_infeasibility_
 
double dual_infeasibility_
 
double tau_
 
double kappa_
 
double kappa_over_tau_
 
double merit_function_
 
double duality_gap_
 
double relative_duality_gap_
 
double correction_step_length_
 
double step_length_
 
double affine_step_length
 

Detailed Description

Helper class that contains information about the status of the optimization problem.


The documentation for this class was generated from the following files: