Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp120 delete[] indKeep_; in gutsOfDestructor()
179 indKeep_ = NULL; in gutsOfDestructor()
260 indKeep_ = NULL; in gutsOfInitialize()
455 if (other.indKeep_) { in gutsOfCopy()
457 memcpy(indKeep_, other.indKeep_, maximumRows_ * sizeof(int)); in gutsOfCopy()
459 indKeep_ = NULL; in gutsOfCopy()
1904 if (indKeep_) in allocateSomeArrays()
1905 delete[] indKeep_; in allocateSomeArrays()
2358 int *indNewColumn = indKeep_; in LUupdate()
2646 indKeep_[keepSize_++] = i; in ftran()
[all …]
H A DCoinSimpFactorization.hpp292 int *indKeep_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp120 delete[] indKeep_; in gutsOfDestructor()
179 indKeep_ = NULL; in gutsOfDestructor()
260 indKeep_ = NULL; in gutsOfInitialize()
455 if (other.indKeep_) { in gutsOfCopy()
457 memcpy(indKeep_, other.indKeep_, maximumRows_ * sizeof(int)); in gutsOfCopy()
459 indKeep_ = NULL; in gutsOfCopy()
1904 if (indKeep_) in allocateSomeArrays()
1905 delete[] indKeep_; in allocateSomeArrays()
2358 int *indNewColumn = indKeep_; in LUupdate()
2646 indKeep_[keepSize_++] = i; in ftran()
[all …]
H A DCoinSimpFactorization.hpp292 int *indKeep_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp121 delete [] indKeep_; in gutsOfDestructor()
181 indKeep_=NULL; in gutsOfDestructor()
263 indKeep_=NULL; in gutsOfInitialize()
462 if (other.indKeep_) in gutsOfCopy()
464 indKeep_ = new int[maximumRows_]; in gutsOfCopy()
465 memcpy(indKeep_ , other.indKeep_, maximumRows_ *sizeof(int)); in gutsOfCopy()
466 } else indKeep_=NULL; in gutsOfCopy()
1920 if (indKeep_) delete [] indKeep_; in allocateSomeArrays()
2347 int *indNewColumn=indKeep_; in LUupdate()
2638 indKeep_[keepSize_++]=i; in ftran()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp120 delete[] indKeep_; in gutsOfDestructor()
179 indKeep_ = NULL; in gutsOfDestructor()
260 indKeep_ = NULL; in gutsOfInitialize()
455 if (other.indKeep_) { in gutsOfCopy()
457 memcpy(indKeep_, other.indKeep_, maximumRows_ * sizeof(int)); in gutsOfCopy()
459 indKeep_ = NULL; in gutsOfCopy()
1904 if (indKeep_) in allocateSomeArrays()
1905 delete[] indKeep_; in allocateSomeArrays()
2358 int *indNewColumn = indKeep_; in LUupdate()
2646 indKeep_[keepSize_++] = i; in ftran()
[all …]
H A DCoinSimpFactorization.hpp292 int *indKeep_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp291 int *indKeep_; member in CoinSimpFactorization