Home
last modified time | relevance | path

Searched refs:downBounds (Results 1 – 4 of 4) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristic.cpp212 const double *downBounds = brPrint->downBounds(); in CbcHeurDebugNodes() local
217 variable, static_cast< int >(downBounds[0]), static_cast< int >(downBounds[1]), in CbcHeurDebugNodes()
232 const double *downBounds = brPrint->downBounds(); in CbcHeurDebugNodes() local
237 variable, static_cast< int >(downBounds[0]), static_cast< int >(downBounds[1]), in CbcHeurDebugNodes()
1800 const double *downBounds = brPrint0->downBounds(); in distance() local
1805 variable, static_cast< int >(downBounds[0]), static_cast< int >(downBounds[1]), in distance()
1808 downBounds = brPrint1->downBounds(); in distance()
1813 variable, static_cast< int >(downBounds[0]), static_cast< int >(downBounds[1]), in distance()
H A DCbcSimpleInteger.hpp92 inline const double *downBounds() const in downBounds() function in CbcIntegerBranchingObject
H A DCbcTree.cpp217 const double *down = objBranch->downBounds(); in addBranchingInformation()
H A DCbcModel.cpp8055 const double *downBounds = branch->downBounds(); local
8056 if (newLower > downBounds[0]) {
16725 … if (objectI->downBounds()[1] >= upper[iColumn1] && objectI->downBounds()[0] <= lower[iColumn1])
16732 bounds1 = objectI->downBounds();
16743 iColumn1, way1, objectI->downBounds()[0], objectI->downBounds()[1],
16773 iColumn2, way, objectI->downBounds()[0], objectI->downBounds()[1],
16783 const double *bounds = objectI->downBounds();