#include <BM.hpp>
Definition at line 107 of file BM.hpp.
void BM_stats::incNumberNodeSolves |
( |
| ) |
|
|
inline |
void BM_stats::incNumberSbSolves |
( |
int |
cnt | ) |
|
|
inline |
void BM_stats::incNumberFixed |
( |
| ) |
|
|
inline |
void BM_stats::updateStrongBrachingInfo |
( |
int |
chosenIndex, |
|
|
int |
listLength |
|
) |
| |
|
inline |
int BM_stats::numberNodeSolves_ |
|
private |
Total number of NLP solves as node solves.
Definition at line 137 of file BM.hpp.
int BM_stats::numberSbSolves_ |
|
private |
Total number of NLP solves for strong-branching.
Definition at line 139 of file BM.hpp.
int BM_stats::numberFixed_ |
|
private |
Total number of times variables were fixed due to strong branching.
Definition at line 141 of file BM.hpp.
int BM_stats::numberStrongBranching_ |
|
private |
Total number of times this node did strong branching.
Definition at line 143 of file BM.hpp.
int BM_stats::sumStrongBranchingListIndices_ |
|
private |
Sum of all list indices.
Definition at line 145 of file BM.hpp.
double BM_stats::sumStrongBranchingListPositions_ |
|
private |
Sum of all relative list positions.
Definition at line 147 of file BM.hpp.
The documentation for this class was generated from the following files:
- /tmp/OS-2.10.2/Bonmin/experimental/Bcp/BM.hpp
- /tmp/OS-2.10.2/Bonmin/experimental/Bcp/BM.cpp