DecompSolverResult Class Reference

Storage of solver result. More...

#include <DecompSolverResult.h>

List of all members.

Public Member Functions

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

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 34 of file DecompSolverResult.h.


Constructor & Destructor Documentation

DecompSolverResult::DecompSolverResult (  )  [inline]

Default constructors.

Definition at line 65 of file DecompSolverResult.h.

DecompSolverResult::DecompSolverResult ( const DecompSolution solution  )  [inline]
DecompSolverResult::~DecompSolverResult (  )  [inline]

Destructor.

Definition at line 100 of file DecompSolverResult.h.


Member Function Documentation

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

Definition at line 57 of file DecompSolverResult.h.

References m_solution.


Member Data Documentation

Definition at line 43 of file DecompSolverResult.h.

Definition at line 44 of file DecompSolverResult.h.

Definition at line 45 of file DecompSolverResult.h.

Definition at line 46 of file DecompSolverResult.h.

Referenced by DecompSolverResult().

Definition at line 47 of file DecompSolverResult.h.

Definition at line 48 of file DecompSolverResult.h.

Definition at line 49 of file DecompSolverResult.h.

Definition at line 50 of file DecompSolverResult.h.

Referenced by DecompSolverResult().

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

Definition at line 51 of file DecompSolverResult.h.

Referenced by DecompSolverResult(), and getSolution().


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

Generated on 5 Apr 2015 for Dip-All by  doxygen 1.6.1