Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinFactorization2.cpp151 int numberTrials = numberTrials_; in factorSparseSmall() local
282 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
329 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
1135 int numberTrials = numberTrials_; in factorSparseLarge() local
1266 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
1313 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinFactorization2.cpp151 int numberTrials = numberTrials_; in factorSparseSmall() local
282 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
329 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
1135 int numberTrials = numberTrials_; in factorSparseLarge() local
1266 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
1313 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinFactorization2.cpp144 int numberTrials = numberTrials_; in factorSparseSmall() local
276 if ( trials >= numberTrials && iPivotRow >= 0 ) { in factorSparseSmall()
323 if ( trials >= numberTrials && iPivotRow >= 0 ) { in factorSparseSmall()
1080 int numberTrials = numberTrials_; in factorSparseLarge() local
1212 if ( trials >= numberTrials && iPivotRow >= 0 ) { in factorSparseLarge()
1259 if ( trials >= numberTrials && iPivotRow >= 0 ) { in factorSparseLarge()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinFactorization2.cpp151 int numberTrials = numberTrials_; in factorSparseSmall() local
282 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
329 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseSmall()
1135 int numberTrials = numberTrials_; in factorSparseLarge() local
1266 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
1313 if (trials >= numberTrials && iPivotRow >= 0) { in factorSparseLarge()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCoinAbcBaseFactorization2.cpp524 CoinSimplexInt numberTrials = numberTrials_; in factorSparse() local
598 if (iPivotRow >= 0 && (trials >= numberTrials || minimumCount < count)) { in factorSparse()
647 if (iPivotRow >= 0 && (trials >= numberTrials || minimumCount < count)) { in factorSparse()