Dip  0.92.4
Public Member Functions | List of all members
DecompSolverResult Class Reference

Storage of solver result. More...

#include <DecompSolverResult.h>

Public Member Functions

const double * getSolution (const int solIndex)
 
 DecompSolverResult (double infinity)
 Default constructors. More...
 
 DecompSolverResult (const DecompSolution *solution, double infinity)
 
 ~DecompSolverResult ()
 Destructor. More...
 

Public Attributes

Data.
int m_solStatus
 
int m_solStatus2
 
double m_objLB
 
double m_objUB
 
bool m_isOptimal
 
bool m_isUnbounded
 
bool m_isCutoff
 
int m_nSolutions
 
std::vector< std::vector
< double > > 
m_solution
 

Detailed Description

Storage of solver result.

Definition at line 33 of file DecompSolverResult.h.

Constructor & Destructor Documentation

DecompSolverResult::DecompSolverResult ( double  infinity)
inline

Default constructors.

Definition at line 64 of file DecompSolverResult.h.

DecompSolverResult::DecompSolverResult ( const DecompSolution solution,
double  infinity 
)
inline
DecompSolverResult::~DecompSolverResult ( )
inline

Destructor.

Definition at line 99 of file DecompSolverResult.h.

Member Function Documentation

const double* DecompSolverResult::getSolution ( const int  solIndex)
inline

Definition at line 56 of file DecompSolverResult.h.

References m_solution.

Member Data Documentation

int DecompSolverResult::m_solStatus

Definition at line 42 of file DecompSolverResult.h.

int DecompSolverResult::m_solStatus2

Definition at line 43 of file DecompSolverResult.h.

double DecompSolverResult::m_objLB

Definition at line 44 of file DecompSolverResult.h.

double DecompSolverResult::m_objUB

Definition at line 45 of file DecompSolverResult.h.

Referenced by DecompSolverResult().

bool DecompSolverResult::m_isOptimal

Definition at line 46 of file DecompSolverResult.h.

bool DecompSolverResult::m_isUnbounded

Definition at line 47 of file DecompSolverResult.h.

bool DecompSolverResult::m_isCutoff

Definition at line 48 of file DecompSolverResult.h.

int DecompSolverResult::m_nSolutions

Definition at line 49 of file DecompSolverResult.h.

Referenced by DecompSolverResult().

std::vector< std::vector<double> > DecompSolverResult::m_solution

Definition at line 50 of file DecompSolverResult.h.

Referenced by DecompSolverResult(), and getSolution().


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