Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp151 delete[] nextColInU_; in gutsOfDestructor()
210 nextColInU_ = NULL; in gutsOfDestructor()
291 nextColInU_ = NULL; in gutsOfInitialize()
573 if (other.nextColInU_) { in gutsOfCopy()
575 memcpy(nextColInU_, other.nextColInU_, maximumRows_ * sizeof(int)); in gutsOfCopy()
577 nextColInU_ = NULL; in gutsOfCopy()
1463 nextColInU_[prevColInU_[pivotColumn]] = nextColInU_[pivotColumn]; in pivoting()
1628 nextColInU_[prevColInU_[column]] = nextColInU_[column]; in increaseColSize()
1637 nextColInU_[column] = -1; in increaseColSize()
1988 if (nextColInU_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp362 int *nextColInU_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp151 delete[] nextColInU_; in gutsOfDestructor()
210 nextColInU_ = NULL; in gutsOfDestructor()
291 nextColInU_ = NULL; in gutsOfInitialize()
573 if (other.nextColInU_) { in gutsOfCopy()
575 memcpy(nextColInU_, other.nextColInU_, maximumRows_ * sizeof(int)); in gutsOfCopy()
577 nextColInU_ = NULL; in gutsOfCopy()
1463 nextColInU_[prevColInU_[pivotColumn]] = nextColInU_[pivotColumn]; in pivoting()
1628 nextColInU_[prevColInU_[column]] = nextColInU_[column]; in increaseColSize()
1637 nextColInU_[column] = -1; in increaseColSize()
1988 if (nextColInU_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp362 int *nextColInU_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp153 delete [] nextColInU_; in gutsOfDestructor()
213 nextColInU_=NULL; in gutsOfDestructor()
295 nextColInU_=NULL; in gutsOfInitialize()
580 if (other.nextColInU_) in gutsOfCopy()
583 memcpy(nextColInU_ ,other.nextColInU_ , maximumRows_*sizeof(int)); in gutsOfCopy()
584 } else nextColInU_=NULL; in gutsOfCopy()
740 nextColInU_[column]=column+1; in preProcess()
1491 nextColInU_[prevColInU_[pivotColumn]]=nextColInU_[pivotColumn]; in pivoting()
1656 nextColInU_[prevColInU_[column]]=nextColInU_[column]; in increaseColSize()
1665 nextColInU_[column]=-1; in increaseColSize()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp151 delete[] nextColInU_; in gutsOfDestructor()
210 nextColInU_ = NULL; in gutsOfDestructor()
291 nextColInU_ = NULL; in gutsOfInitialize()
573 if (other.nextColInU_) { in gutsOfCopy()
575 memcpy(nextColInU_, other.nextColInU_, maximumRows_ * sizeof(int)); in gutsOfCopy()
577 nextColInU_ = NULL; in gutsOfCopy()
1463 nextColInU_[prevColInU_[pivotColumn]] = nextColInU_[pivotColumn]; in pivoting()
1628 nextColInU_[prevColInU_[column]] = nextColInU_[column]; in increaseColSize()
1637 nextColInU_[column] = -1; in increaseColSize()
1988 if (nextColInU_) in allocateSomeArrays()
[all …]
H A DCoinSimpFactorization.hpp362 int *nextColInU_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp364 int *nextColInU_; member in CoinSimpFactorization