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... | |
Class to store the retults of a solver.
|
inline |
Constructor of the resultParams structure.
| bool resultParams::m_isMIP |
Indicates whether the problem is an MIP or not.
| double resultParams::m_MIPGap |
Value of the MIP gap.
| uint resultParams::m_optStatus |
Optimality status.
| double resultParams::m_optValue |
Optimal value.
| double resultParams::m_solveTime |
Solver time.