For gathering statistics.
More...
#include <CbcStatistics.hpp>
For gathering statistics.
Definition at line 13 of file CbcStatistics.hpp.
◆ CbcStatistics() [1/3]
CbcStatistics::CbcStatistics |
( |
| ) |
|
◆ CbcStatistics() [2/3]
◆ ~CbcStatistics()
CbcStatistics::~CbcStatistics |
( |
| ) |
|
◆ CbcStatistics() [3/3]
◆ operator=()
◆ endOfBranch()
void CbcStatistics::endOfBranch |
( |
int |
numberIterations, |
|
|
double |
objectiveValue |
|
) |
| |
◆ updateInfeasibility()
void CbcStatistics::updateInfeasibility |
( |
int |
numberInfeasibilities | ) |
|
◆ sayInfeasible()
void CbcStatistics::sayInfeasible |
( |
| ) |
|
◆ print()
void CbcStatistics::print |
( |
const int * |
sequenceLookup = NULL | ) |
const |
◆ node()
int CbcStatistics::node |
( |
| ) |
const |
|
inline |
◆ parentNode()
int CbcStatistics::parentNode |
( |
| ) |
const |
|
inline |
◆ depth()
int CbcStatistics::depth |
( |
| ) |
const |
|
inline |
◆ way()
int CbcStatistics::way |
( |
| ) |
const |
|
inline |
◆ value()
double CbcStatistics::value |
( |
| ) |
const |
|
inline |
◆ startingObjective()
double CbcStatistics::startingObjective |
( |
| ) |
const |
|
inline |
◆ startingInfeasibility()
int CbcStatistics::startingInfeasibility |
( |
| ) |
const |
|
inline |
◆ endingObjective()
double CbcStatistics::endingObjective |
( |
| ) |
const |
|
inline |
◆ endingInfeasibility()
int CbcStatistics::endingInfeasibility |
( |
| ) |
const |
|
inline |
◆ numberIterations()
int CbcStatistics::numberIterations |
( |
| ) |
const |
|
inline |
◆ value_
double CbcStatistics::value_ |
|
protected |
◆ startingObjective_
double CbcStatistics::startingObjective_ |
|
protected |
◆ endingObjective_
double CbcStatistics::endingObjective_ |
|
protected |
◆ id_
◆ parentId_
int CbcStatistics::parentId_ |
|
protected |
◆ way_
way -1 or +1 is first branch -10 or +10 is second branch
Definition at line 97 of file CbcStatistics.hpp.
◆ sequence_
int CbcStatistics::sequence_ |
|
protected |
◆ depth_
int CbcStatistics::depth_ |
|
protected |
◆ startingInfeasibility_
int CbcStatistics::startingInfeasibility_ |
|
protected |
◆ endingInfeasibility_
int CbcStatistics::endingInfeasibility_ |
|
protected |
◆ numberIterations_
int CbcStatistics::numberIterations_ |
|
protected |
The documentation for this class was generated from the following file: