Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp135 delete[] UrowCapacities_; in gutsOfDestructor()
194 UrowCapacities_ = NULL; in gutsOfDestructor()
275 UrowCapacities_ = NULL; in gutsOfInitialize()
513 if (other.UrowCapacities_) { in gutsOfCopy()
515 memcpy(UrowCapacities_, other.UrowCapacities_, maximumRows_ * sizeof(int)); in gutsOfCopy()
517 UrowCapacities_ = NULL; in gutsOfCopy()
715 UrowCapacities_[row] = numberRows_; in preProcess()
1580 UrowEnd_ += UrowCapacities_[row]; in increaseRowSize()
1944 if (UrowCapacities_) in allocateSomeArrays()
1945 delete[] UrowCapacities_; in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp328 int *UrowCapacities_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp135 delete[] UrowCapacities_; in gutsOfDestructor()
194 UrowCapacities_ = NULL; in gutsOfDestructor()
275 UrowCapacities_ = NULL; in gutsOfInitialize()
513 if (other.UrowCapacities_) { in gutsOfCopy()
515 memcpy(UrowCapacities_, other.UrowCapacities_, maximumRows_ * sizeof(int)); in gutsOfCopy()
517 UrowCapacities_ = NULL; in gutsOfCopy()
715 UrowCapacities_[row] = numberRows_; in preProcess()
1580 UrowEnd_ += UrowCapacities_[row]; in increaseRowSize()
1944 if (UrowCapacities_) in allocateSomeArrays()
1945 delete[] UrowCapacities_; in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp328 int *UrowCapacities_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp137 delete [] UrowCapacities_; in gutsOfDestructor()
197 UrowCapacities_=NULL; in gutsOfDestructor()
279 UrowCapacities_=NULL; in gutsOfInitialize()
520 if (other.UrowCapacities_) in gutsOfCopy()
522 UrowCapacities_ = new int[maximumRows_]; in gutsOfCopy()
523 memcpy(UrowCapacities_ ,other.UrowCapacities_ , maximumRows_ *sizeof(int)); in gutsOfCopy()
524 } else UrowCapacities_=NULL; in gutsOfCopy()
728 UrowCapacities_[row]=numberRows_; in preProcess()
1609 UrowCapacities_[row]=newNumElements; in increaseRowSize()
1610 UrowEnd_+=UrowCapacities_[row]; in increaseRowSize()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp135 delete[] UrowCapacities_; in gutsOfDestructor()
194 UrowCapacities_ = NULL; in gutsOfDestructor()
275 UrowCapacities_ = NULL; in gutsOfInitialize()
513 if (other.UrowCapacities_) { in gutsOfCopy()
515 memcpy(UrowCapacities_, other.UrowCapacities_, maximumRows_ * sizeof(int)); in gutsOfCopy()
517 UrowCapacities_ = NULL; in gutsOfCopy()
715 UrowCapacities_[row] = numberRows_; in preProcess()
1580 UrowEnd_ += UrowCapacities_[row]; in increaseRowSize()
1944 if (UrowCapacities_) in allocateSomeArrays()
1945 delete[] UrowCapacities_; in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp328 int *UrowCapacities_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp330 int *UrowCapacities_; member in CoinSimpFactorization