Home
last modified time | relevance | path

Searched defs:MarkowitzCount (Results 1 – 4 of 4) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp1194 double MarkowitzCount = static_cast< double >(minRowLength - 1) * (length - 1); in findPivot() local
1222 double MarkowitzCount = static_cast< double >(minColLength - 1) * (length - 1); in findPivot() local
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp1194 double MarkowitzCount = static_cast< double >(minRowLength - 1) * (length - 1); in findPivot() local
1222 double MarkowitzCount = static_cast< double >(minColLength - 1) * (length - 1); in findPivot() local
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp1237 double MarkowitzCount=static_cast<double>(minRowLength-1)*(length-1); in findPivot() local
1264 double MarkowitzCount=static_cast<double>(minColLength-1)*(length-1); in findPivot() local
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp1194 double MarkowitzCount = static_cast< double >(minRowLength - 1) * (length - 1); in findPivot() local
1222 double MarkowitzCount = static_cast< double >(minColLength - 1) * (length - 1); in findPivot() local