#include <CoinSearchTree.hpp>
Definition at line 450 of file CoinSearchTree.hpp.
◆ CoinSearchTreeManager() [1/2]
◆ CoinSearchTreeManager() [2/2]
CoinSearchTreeManager::CoinSearchTreeManager |
( |
| ) |
|
|
inline |
◆ ~CoinSearchTreeManager()
virtual CoinSearchTreeManager::~CoinSearchTreeManager |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
◆ setTree()
◆ getTree()
◆ empty()
bool CoinSearchTreeManager::empty |
( |
| ) |
const |
|
inline |
◆ size()
size_t CoinSearchTreeManager::size |
( |
| ) |
const |
|
inline |
◆ numInserted()
size_t CoinSearchTreeManager::numInserted |
( |
| ) |
const |
|
inline |
◆ top()
◆ pop()
void CoinSearchTreeManager::pop |
( |
| ) |
|
|
inline |
◆ push() [1/3]
void CoinSearchTreeManager::push |
( |
CoinTreeNode * |
node, |
|
|
const bool |
incrInserted = true |
|
) |
| |
|
inline |
◆ push() [2/3]
void CoinSearchTreeManager::push |
( |
const CoinTreeSiblings & |
s, |
|
|
const bool |
incrInserted = true |
|
) |
| |
|
inline |
◆ push() [3/3]
void CoinSearchTreeManager::push |
( |
const int |
n, |
|
|
CoinTreeNode ** |
nodes, |
|
|
const bool |
incrInserted = true |
|
) |
| |
|
inline |
◆ bestQualityCandidate()
CoinTreeNode * CoinSearchTreeManager::bestQualityCandidate |
( |
| ) |
const |
|
inline |
◆ bestQuality()
double CoinSearchTreeManager::bestQuality |
( |
| ) |
const |
|
inline |
◆ newSolution()
void CoinSearchTreeManager::newSolution |
( |
double |
solValue | ) |
|
◆ reevaluateSearchStrategy()
void CoinSearchTreeManager::reevaluateSearchStrategy |
( |
| ) |
|
◆ candidates_
◆ numSolution
int CoinSearchTreeManager::numSolution |
|
private |
◆ hasUB_
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.
◆ recentlyReevaluatedSearchStrategy_
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: