ROC++  v1.2
Automatic Robust Optimization in C++
resultParams Struct Reference

Class to store the retults of a solver. More...

#include <SolverModeller.hpp>

Public Member Functions

 resultParams ()
 Constructor of the resultParams structure. More...
 

Public Attributes

uint m_optStatus
 Optimality status. More...
 
double m_optValue
 Optimal value. More...
 
bool m_isMIP
 Indicates whether the problem is an MIP or not. More...
 
double m_MIPGap
 Value of the MIP gap. More...
 
double m_solveTime
 Solver time. More...
 

Detailed Description

Class to store the retults of a solver.

Constructor & Destructor Documentation

◆ resultParams()

resultParams::resultParams ( )
inline

Constructor of the resultParams structure.

Member Data Documentation

◆ m_isMIP

bool resultParams::m_isMIP

Indicates whether the problem is an MIP or not.

◆ m_MIPGap

double resultParams::m_MIPGap

Value of the MIP gap.

◆ m_optStatus

uint resultParams::m_optStatus

Optimality status.

◆ m_optValue

double resultParams::m_optValue

Optimal value.

◆ m_solveTime

double resultParams::m_solveTime

Solver time.