Home
last modified time | relevance | path

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

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp407 maxEtaRows_ = other.maxEtaRows_; in gutsOfCopy()
621 EtaPosition_ = new int[other.maxEtaRows_]; in gutsOfCopy()
626 EtaStarts_ = new int[other.maxEtaRows_]; in gutsOfCopy()
631 EtaLengths_ = new int[other.maxEtaRows_]; in gutsOfCopy()
2027 maxEtaRows_ = maximumPivots_; in allocateSomeArrays()
2521 if (lastEtaRow_ == maxEtaRows_ - 1) { in newEta()
2522 int *iaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2527 int *jaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2528 memcpy(jaux, EtaStarts_, maxEtaRows_ * sizeof(int)); in newEta()
2532 int *kaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
[all …]
H A DCoinSimpFactorization.hpp405 int maxEtaRows_; member in CoinSimpFactorization
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp407 maxEtaRows_ = other.maxEtaRows_; in gutsOfCopy()
621 EtaPosition_ = new int[other.maxEtaRows_]; in gutsOfCopy()
626 EtaStarts_ = new int[other.maxEtaRows_]; in gutsOfCopy()
631 EtaLengths_ = new int[other.maxEtaRows_]; in gutsOfCopy()
2027 maxEtaRows_ = maximumPivots_; in allocateSomeArrays()
2521 if (lastEtaRow_ == maxEtaRows_ - 1) { in newEta()
2522 int *iaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2527 int *jaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2528 memcpy(jaux, EtaStarts_, maxEtaRows_ * sizeof(int)); in newEta()
2532 int *kaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
[all …]
H A DCoinSimpFactorization.hpp405 int maxEtaRows_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp411 maxEtaRows_ = other.maxEtaRows_; in gutsOfCopy()
631 EtaPosition_ = new int[other.maxEtaRows_]; in gutsOfCopy()
636 EtaStarts_ = new int[other.maxEtaRows_]; in gutsOfCopy()
641 EtaLengths_ = new int[other.maxEtaRows_]; in gutsOfCopy()
2009 maxEtaRows_=maximumPivots_; in allocateSomeArrays()
2507 if ( lastEtaRow_ == maxEtaRows_-1 ){ in newEta()
2508 int *iaux=new int[maxEtaRows_ + minIncrease_]; in newEta()
2513 int *jaux=new int[maxEtaRows_ + minIncrease_]; in newEta()
2514 memcpy(jaux, EtaStarts_, maxEtaRows_ * sizeof(int)); in newEta()
2518 int *kaux=new int[maxEtaRows_ + minIncrease_]; in newEta()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp407 maxEtaRows_ = other.maxEtaRows_; in gutsOfCopy()
621 EtaPosition_ = new int[other.maxEtaRows_]; in gutsOfCopy()
626 EtaStarts_ = new int[other.maxEtaRows_]; in gutsOfCopy()
631 EtaLengths_ = new int[other.maxEtaRows_]; in gutsOfCopy()
2027 maxEtaRows_ = maximumPivots_; in allocateSomeArrays()
2521 if (lastEtaRow_ == maxEtaRows_ - 1) { in newEta()
2522 int *iaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2527 int *jaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
2528 memcpy(jaux, EtaStarts_, maxEtaRows_ * sizeof(int)); in newEta()
2532 int *kaux = new int[maxEtaRows_ + minIncrease_]; in newEta()
[all …]
H A DCoinSimpFactorization.hpp405 int maxEtaRows_; member in CoinSimpFactorization
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp407 int maxEtaRows_; member in CoinSimpFactorization