#include <CoinSearchTree.hpp>
Definition at line 450 of file CoinSearchTree.hpp.
CoinSearchTreeManager::CoinSearchTreeManager |
( |
| ) |
|
|
inline |
virtual CoinSearchTreeManager::~CoinSearchTreeManager |
( |
| ) |
|
|
inlinevirtual |
bool CoinSearchTreeManager::empty |
( |
| ) |
const |
|
inline |
size_t CoinSearchTreeManager::size |
( |
| ) |
const |
|
inline |
size_t CoinSearchTreeManager::numInserted |
( |
| ) |
const |
|
inline |
void CoinSearchTreeManager::pop |
( |
| ) |
|
|
inline |
void CoinSearchTreeManager::push |
( |
CoinTreeNode * |
node, |
|
|
const bool |
incrInserted = true |
|
) |
| |
|
inline |
void CoinSearchTreeManager::push |
( |
const int |
n, |
|
|
CoinTreeNode ** |
nodes, |
|
|
const bool |
incrInserted = true |
|
) |
| |
|
inline |
CoinTreeNode* CoinSearchTreeManager::bestQualityCandidate |
( |
| ) |
const |
|
inline |
double CoinSearchTreeManager::bestQuality |
( |
| ) |
const |
|
inline |
void CoinSearchTreeManager::newSolution |
( |
double |
solValue | ) |
|
void CoinSearchTreeManager::reevaluateSearchStrategy |
( |
| ) |
|
int CoinSearchTreeManager::numSolution |
|
private |
bool CoinSearchTreeManager::hasUB_ |
|
private |
Whether there is an upper bound or not.
The upper bound may have come as input, not necessarily from a solution
Definition at line 460 of file CoinSearchTree.hpp.
bool CoinSearchTreeManager::recentlyReevaluatedSearchStrategy_ |
|
private |
variable used to test whether we need to reevaluate search strategy
Definition at line 463 of file CoinSearchTree.hpp.
The documentation for this class was generated from the following file: