Home
last modified time | relevance | path

Searched refs:ALPS_MIN (Results 1 – 5 of 5) sorted by relevance

/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisPseudo.cpp102 score_ = weight_* ALPS_MIN(upCost_, downCost_) + in update()
H A DBlisBranchStrategyRel.cpp210 ALPS_MIN(intObject->pseudocost().getDownCount(), in createCandBranchObjects()
441 int objRelibility=ALPS_MIN(intObject->pseudocost().getUpCount(), in createCandBranchObjects()
H A DBlisBranchStrategyStrong.cpp618 bestChange = ALPS_MIN(bestChangeUp_, bestChangeDown_); in betterBranchObject()
H A DBlisModel.cpp453 denseConCutoff_ = ALPS_MIN(numCols_/2, denseConCutoff_); in setupSelf()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlps.h316 #define ALPS_MIN( x, y ) ( ( (x) < (y) ) ? (x) : (y) ) macro