Home
last modified time | relevance | path

Searched refs:rowels_ (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveIsolated.hpp22 const double *rowels_; member in isolated_constraint_action
39 , rowels_(rowels) in isolated_constraint_action()
H A DCoinPresolveMatrix.cpp51 , rowels_(0) in CoinPresolveMatrix()
104 delete[] rowels_; in ~CoinPresolveMatrix()
191 if (rowels_ == 0) in setMatrix()
192 rowels_ = new double[bulk0_]; in setMatrix()
253 rowels_[l] = aij; in setMatrix()
329 const double *element = rowels_; in recomputeSums()
H A DCoinPresolveIsolated.cpp35 const double *rowels = prob->rowels_; in presolve()
176 colels[kk] = this->rowels_[k]; in postsolve()
202 deleteAction(rowels_, double *); in ~isolated_constraint_action()
H A DCoinPresolvePsdebug.cpp216 preObj->rowels_, in presolve_consistent()
223 preObj->rowels_, in presolve_consistent()
260 check_majvec_nozeros(preObj->mrstrt_, preObj->rowels_, preObj->hinrow_, in presolve_no_zeros()
H A DCoinPresolveMatrix.hpp1040 return (rowels_); in getElementsByRow()
1120 double *rowels_; member in CoinPresolveMatrix
H A DCoinPresolveUseless.cpp72 const double *rowCoeffs = prob->rowels_; in testRedundant()
661 const double *rowels = prob->rowels_; in presolve()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveIsolated.hpp22 const double *rowels_; member in isolated_constraint_action
39 , rowels_(rowels) in isolated_constraint_action()
H A DCoinPresolveMatrix.cpp51 , rowels_(0) in CoinPresolveMatrix()
104 delete[] rowels_; in ~CoinPresolveMatrix()
191 if (rowels_ == 0) in setMatrix()
192 rowels_ = new double[bulk0_]; in setMatrix()
253 rowels_[l] = aij; in setMatrix()
329 const double *element = rowels_; in recomputeSums()
H A DCoinPresolveIsolated.cpp35 const double *rowels = prob->rowels_; in presolve()
176 colels[kk] = this->rowels_[k]; in postsolve()
202 deleteAction(rowels_, double *); in ~isolated_constraint_action()
H A DCoinPresolvePsdebug.cpp216 preObj->rowels_, in presolve_consistent()
223 preObj->rowels_, in presolve_consistent()
260 check_majvec_nozeros(preObj->mrstrt_, preObj->rowels_, preObj->hinrow_, in presolve_no_zeros()
H A DCoinPresolveMatrix.hpp1040 return (rowels_); in getElementsByRow()
1120 double *rowels_; member in CoinPresolveMatrix
/dports/math/ogdf/OGDF/include/coin/
H A DCoinPresolveIsolated.hpp22 const double *rowels_; member in isolated_constraint_action
35 rowcols_(rowcols), rowels_(rowels), costs_(costs) {} in isolated_constraint_action()
H A DCoinPresolveMatrix.hpp910 { return (rowels_) ; } in getElementsByRow()
981 double *rowels_; member in CoinPresolveMatrix
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveIsolated.hpp22 const double *rowels_; member in isolated_constraint_action
39 , rowels_(rowels) in isolated_constraint_action()
H A DCoinPresolveMatrix.cpp51 , rowels_(0) in CoinPresolveMatrix()
104 delete[] rowels_; in ~CoinPresolveMatrix()
191 if (rowels_ == 0) in setMatrix()
192 rowels_ = new double[bulk0_]; in setMatrix()
253 rowels_[l] = aij; in setMatrix()
329 const double *element = rowels_; in recomputeSums()
H A DCoinPresolveIsolated.cpp35 const double *rowels = prob->rowels_; in presolve()
176 colels[kk] = this->rowels_[k]; in postsolve()
202 deleteAction(rowels_, double *); in ~isolated_constraint_action()
H A DCoinPresolvePsdebug.cpp216 preObj->rowels_, in presolve_consistent()
223 preObj->rowels_, in presolve_consistent()
260 check_majvec_nozeros(preObj->mrstrt_, preObj->rowels_, preObj->hinrow_, in presolve_no_zeros()
H A DCoinPresolveMatrix.hpp1040 return (rowels_); in getElementsByRow()
1120 double *rowels_; member in CoinPresolveMatrix
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveMatrix.cpp50 rowels_(0), in CoinPresolveMatrix()
99 delete[] rowels_ ; in ~CoinPresolveMatrix()
178 if (rowels_ == 0) rowels_ = new double [bulk0_] ; in setMatrix()
235 rowels_[l] = aij ; in setMatrix()
293 const double *element = rowels_; in recomputeSums()
H A DCoinPresolveIsolated.cpp35 const double *rowels = prob->rowels_; in presolve()
177 colels[kk] = this->rowels_[k]; in postsolve()
203 deleteAction(rowels_,double *); in ~isolated_constraint_action()
H A DCoinPresolveUseless.cpp42 const double *rowels = prob->rowels_; in presolve()
H A DCoinPresolvePsdebug.cpp194 preObj->rowels_, in presolve_consistent()
201 preObj->rowels_, in presolve_consistent()
235 { check_majvec_nozeros(preObj->mrstrt_,preObj->rowels_,preObj->hinrow_, in presolve_no_zeros()
H A DCoinPresolveFixed.cpp63 double *rowels = prob->rowels_; in presolve()
662 double *rowels = prob->rowels_; in transferCosts()
H A DCoinPresolveZeros.cpp180 double *rowels = prob->rowels_; in presolve()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPresolve.cpp1260 rowels_ = new double[bulk0_]; in CoinPresolveMatrix()
1261 ClpDisjointCopyN(el, nelems_, rowels_); in CoinPresolveMatrix()
1285 if (fabs(rowels_[j]) > ZTOLDP) in CoinPresolveMatrix()
1286 rowels_[nel++] = rowels_[j]; in CoinPresolveMatrix()

123