Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexDual.cpp5494 #ifndef COIN_MAX_DUAL_BOUND in statusOfProblemInDual()
5495 #define COIN_MAX_DUAL_BOUND 1.0e20 in statusOfProblemInDual() macro
5497 …numberChangedBounds = (dualBound_ < COIN_MAX_DUAL_BOUND) ? changeBounds(0, rowArray_[3], changeCos… in statusOfProblemInDual()