Home
last modified time | relevance | path

Searched refs:fastNodeDepth_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.hpp2603 fastNodeDepth_ = value; in setFastNodeDepth()
2608 return fastNodeDepth_; in fastNodeDepth()
3078 int fastNodeDepth_; member in CbcModel
H A DCbcModel.cpp2269 fastNodeDepth_ = -1;
2274 fastNodeDepth_ = -1;
3523 fastNodeDepth_ = -1;
3534 int type = (fastNodeDepth_ <= 100) ? fastNodeDepth_ : -(fastNodeDepth_ - 100);
5595 , fastNodeDepth_(-1)
5767 , fastNodeDepth_(-1)
6062 , fastNodeDepth_(rhs.fastNodeDepth_)
6553 fastNodeDepth_ = rhs.fastNodeDepth_;
6902 fastNodeDepth_ = rhs.fastNodeDepth_;
16406 fastNodeDepth_, FATHOM_BIAS - fastNodeDepth_);
[all …]