Home
last modified time | relevance | path

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

/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoModel.cpp125 rampUpBranchStrategy_ = NULL; in DcoModel()
188 if (rampUpBranchStrategy_) { in ~DcoModel()
189 delete rampUpBranchStrategy_; in ~DcoModel()
190 rampUpBranchStrategy_=NULL; in ~DcoModel()
1332 rampUpBranchStrategy_ = new DcoBranchStrategyMaxInf(this); in setBranchingStrategy()
1335 rampUpBranchStrategy_ = new DcoBranchStrategyPseudo(this); in setBranchingStrategy()
1341 rampUpBranchStrategy_ = new DcoBranchStrategyStrong(this); in setBranchingStrategy()
H A DDcoModel.hpp170 BcpsBranchStrategy * rampUpBranchStrategy_; member in DcoModel