CoinTreeNode
A class from which the real tree nodes should be derived from.
A class from which the real tree nodes should be derived from.
Description
Some of the data that undoubtedly exist in the real tree node is replicated here for fast access. This class is used in the various comparison functions.
Public Methods
~CoinTreeNode
~CoinTreeNode()
getDepth
int getDepth()
getFractionality
int getFractionality()
getQuality
double getQuality()
getTrueLB
double getTrueLB()
getPreferred
BitVector128 getPreferred()
setDepth
void setDepth(int d)
Parameters:
d(int)
setFractionality
void setFractionality(int f)
Parameters:
f(int)
setQuality
void setQuality(double q)
Parameters:
q(double)
setTrueLB
void setTrueLB(double tlb)
Parameters:
tlb(double)
setPreferred
void setPreferred(BitVector128 p)
Parameters:
p(BitVector128)
Source
Header: layer-0/CoinUtils/src/CoinSearchTree.hpp