CbcStatistics Class Reference

For gathering statistics. More...

#include <CbcStatistics.hpp>

List of all members.

Public Member Functions

 CbcStatistics ()
 CbcStatistics (CbcNode *node, CbcModel *model)
 ~CbcStatistics ()
 CbcStatistics (const CbcStatistics &rhs)
CbcStatisticsoperator= (const CbcStatistics &rhs)
void endOfBranch (int numberIterations, double objectiveValue)
void updateInfeasibility (int numberInfeasibilities)
void sayInfeasible ()
void print (const int *sequenceLookup=NULL) const
int node () const
int parentNode () const
int depth () const
int way () const
double value () const
double startingObjective () const
int startingInfeasibility () const
double endingObjective () const
int endingInfeasibility () const
int numberIterations () const

Protected Attributes

double value_
 Value.
double startingObjective_
 Starting objective.
double endingObjective_
 Ending objective.
int id_
 id
int parentId_
 parent id
int way_
 way -1 or +1 is first branch -10 or +10 is second branch
int sequence_
 sequence number branched on
int depth_
 depth
int startingInfeasibility_
 starting number of integer infeasibilities
int endingInfeasibility_
 ending number of integer infeasibilities
int numberIterations_
 number of iterations


Detailed Description

For gathering statistics.

Definition at line 10 of file CbcStatistics.hpp.


Constructor & Destructor Documentation

CbcStatistics::CbcStatistics (  ) 

CbcStatistics::CbcStatistics ( CbcNode node,
CbcModel model 
)

CbcStatistics::~CbcStatistics (  ) 

CbcStatistics::CbcStatistics ( const CbcStatistics rhs  ) 


Member Function Documentation

CbcStatistics& CbcStatistics::operator= ( const CbcStatistics rhs  ) 

void CbcStatistics::endOfBranch ( int  numberIterations,
double  objectiveValue 
)

void CbcStatistics::updateInfeasibility ( int  numberInfeasibilities  ) 

void CbcStatistics::sayInfeasible (  ) 

void CbcStatistics::print ( const int *  sequenceLookup = NULL  )  const

int CbcStatistics::node (  )  const [inline]

Definition at line 31 of file CbcStatistics.hpp.

References id_.

int CbcStatistics::parentNode (  )  const [inline]

Definition at line 34 of file CbcStatistics.hpp.

References parentId_.

int CbcStatistics::depth (  )  const [inline]

Definition at line 37 of file CbcStatistics.hpp.

References depth_.

int CbcStatistics::way (  )  const [inline]

Definition at line 40 of file CbcStatistics.hpp.

References way_.

double CbcStatistics::value (  )  const [inline]

Definition at line 43 of file CbcStatistics.hpp.

References value_.

double CbcStatistics::startingObjective (  )  const [inline]

Definition at line 46 of file CbcStatistics.hpp.

References startingObjective_.

int CbcStatistics::startingInfeasibility (  )  const [inline]

Definition at line 49 of file CbcStatistics.hpp.

References startingInfeasibility_.

double CbcStatistics::endingObjective (  )  const [inline]

Definition at line 52 of file CbcStatistics.hpp.

References endingObjective_.

int CbcStatistics::endingInfeasibility (  )  const [inline]

Definition at line 55 of file CbcStatistics.hpp.

References endingInfeasibility_.

int CbcStatistics::numberIterations (  )  const [inline]

Definition at line 58 of file CbcStatistics.hpp.

References numberIterations_.


Member Data Documentation

double CbcStatistics::value_ [protected]

Value.

Definition at line 64 of file CbcStatistics.hpp.

Referenced by value().

double CbcStatistics::startingObjective_ [protected]

Starting objective.

Definition at line 66 of file CbcStatistics.hpp.

Referenced by startingObjective().

double CbcStatistics::endingObjective_ [protected]

Ending objective.

Definition at line 68 of file CbcStatistics.hpp.

Referenced by endingObjective().

int CbcStatistics::id_ [protected]

id

Definition at line 70 of file CbcStatistics.hpp.

Referenced by node().

int CbcStatistics::parentId_ [protected]

parent id

Definition at line 72 of file CbcStatistics.hpp.

Referenced by parentNode().

int CbcStatistics::way_ [protected]

way -1 or +1 is first branch -10 or +10 is second branch

Definition at line 74 of file CbcStatistics.hpp.

Referenced by way().

int CbcStatistics::sequence_ [protected]

sequence number branched on

Definition at line 76 of file CbcStatistics.hpp.

int CbcStatistics::depth_ [protected]

depth

Definition at line 78 of file CbcStatistics.hpp.

Referenced by depth().

int CbcStatistics::startingInfeasibility_ [protected]

starting number of integer infeasibilities

Definition at line 80 of file CbcStatistics.hpp.

Referenced by startingInfeasibility().

int CbcStatistics::endingInfeasibility_ [protected]

ending number of integer infeasibilities

Definition at line 82 of file CbcStatistics.hpp.

Referenced by endingInfeasibility().

int CbcStatistics::numberIterations_ [protected]

number of iterations

Definition at line 84 of file CbcStatistics.hpp.

Referenced by numberIterations().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:13:06 2010 for Coin-All by  doxygen 1.4.7