Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcMatrix.hpp391 inline bool gotRowCopy() const in gotRowCopy() function in AbcMatrix
H A DAbcSimplex.cpp1609 if (!abcMatrix_->gotRowCopy()) in crash()
2279 if (!abcMatrix_->gotRowCopy()) in crash()
2569 if (!abcMatrix_->gotRowCopy()) in crash()
2579 if (!abcMatrix_->gotRowCopy()) in crash()
2657 if (!abcMatrix_->gotRowCopy()) in putStuffInBasis()
3914 if (!abcMatrix_->gotRowCopy()) in doAbcDual()
4016 if (!abcMatrix_->gotRowCopy()) in dual()
4259 if (!abcMatrix_->gotRowCopy()) in doAbcPrimal()
H A DAbcSimplexParallel.cpp1611 bool gotRowCopy = matrix->gotRowCopy(); in parallelDual4() local
1614 bool useRowCopy = (gotRowCopy && (number << 2) < maximumRows); in parallelDual4()
H A DAbcMatrix.cpp3181 bool useRowCopy = (gotRowCopy() && (number << 2) < maximumRows);