Home
last modified time | relevance | path

Searched refs:numberDownInfeasible (Results 1 – 9 of 9) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcGeneralDepth.cpp184 int *numberDownInfeasible = new int[numberIntegers]; in infeasibility() local
187 numberDownInfeasible, numberUpInfeasible); in infeasibility()
189 numberDownInfeasible, in infeasibility()
196 delete[] numberDownInfeasible; in infeasibility()
H A DCbcSimpleIntegerDynamicPseudoCost.hpp87 void updateAfterMini(int numberDown, int numberDownInfeasible, double sumDown,
H A DCbcSimpleIntegerDynamicPseudoCost.cpp1198 void CbcSimpleIntegerDynamicPseudoCost::updateAfterMini(int numberDown, int numberDownInfeasible, in updateAfterMini() argument
1203 numberTimesDownInfeasible_ = numberDownInfeasible; in updateAfterMini()
H A DCbcModel.hpp2511 int *numberDownInfeasible = NULL,
H A DCbcModel.cpp16308 int *numberDownInfeasible = new int[numberIntegers_]; local
16311 numberDownInfeasible, numberUpInfeasible);
16335 numberDownInfeasible,
16345 delete[] numberDownInfeasible;
17403 int *numberDownInfeasible, argument
17415 if (numberDownInfeasible) {
17416 CoinZeroN(numberDownInfeasible, numberIntegers_);
17448 if (numberDownInfeasible) {
17449 numberDownInfeasible[iColumn] = obj->numberTimesDownInfeasible();
/dports/math/ogdf/OGDF/include/coin/
H A DClpNode.hpp204 const int * numberDownInfeasible, const int * numberUpInfeasible,
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpNode.hpp215 const int *numberDownInfeasible, const int *numberUpInfeasible,
H A DClpNode.cpp249 const int *numberDownInfeasible = stuff->numberDownInfeasible_; in gutsOfConstructor() local
317 …double ratio = 1.0 + INFEAS_MULTIPLIER * static_cast< double >(numberDownInfeasible[iInteger]) / s… in gutsOfConstructor()
354 …double ratio = 1.0 + INFEAS_MULTIPLIER * static_cast< double >(numberDownInfeasible[iInteger]) / s… in gutsOfConstructor()
887 const int *numberDownInfeasible, in fillPseudoCosts() argument
903 numberDownInfeasible_ = CoinCopyOfArray(numberDownInfeasible, number); in fillPseudoCosts()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpNode.cpp253 const int * numberDownInfeasible = stuff->numberDownInfeasible_; in gutsOfConstructor() local
322 … double ratio = 1.0 + INFEAS_MULTIPLIER*static_cast<double>(numberDownInfeasible[iInteger]) / in gutsOfConstructor()
366 … double ratio = 1.0 + INFEAS_MULTIPLIER*static_cast<double>(numberDownInfeasible[iInteger]) / in gutsOfConstructor()
914 const int * numberDownInfeasible, in fillPseudoCosts() argument
930 numberDownInfeasible_ = CoinCopyOfArray(numberDownInfeasible, number); in fillPseudoCosts()