Home
last modified time | relevance | path

Searched refs:numRowMix_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding/
H A DCglMixedIntegerRounding.cpp199 numRowMix_ = 0; in gutsOfConstruct()
245 numRowMix_ = rhs.numRowMix_; in gutsOfCopy()
276 if (numRowMix_ > 0) { in gutsOfCopy()
277 indRowMix_ = new int [numRowMix_]; in gutsOfCopy()
278 CoinDisjointCopyN(rhs.indRowMix_, numRowMix_, indRowMix_); in gutsOfCopy()
407 numRowMix_ = numMIX; in mixIntRoundPreprocess()
409 if (numRowMix_ > 0) in mixIntRoundPreprocess()
410 indRowMix_ = new int [numRowMix_]; // Destructor will free memory in mixIntRoundPreprocess()
693 int numRowMixAndRowContVB = numRowMix_ + numRowContVB_; in generateMirCuts()
710 if (iRow < numRowMix_) { in generateMirCuts()
[all …]
H A DCglMixedIntegerRounding.hpp396 int numRowMix_; member in CglMixedIntegerRounding
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding2/
H A DCglMixedIntegerRounding2.cpp210 numRowMix_ = 0; in gutsOfConstruct()
258 numRowMix_ = rhs.numRowMix_; in gutsOfCopy()
291 if (numRowMix_ > 0) { in gutsOfCopy()
292 indRowMix_ = new int [numRowMix_]; in gutsOfCopy()
293 CoinDisjointCopyN(rhs.indRowMix_, numRowMix_, indRowMix_); in gutsOfCopy()
433 numRowMix_ = numMIX; in mixIntRoundPreprocess()
435 if (numRowMix_ > 0) in mixIntRoundPreprocess()
436 indRowMix_ = new int [numRowMix_]; // Destructor will free memory in mixIntRoundPreprocess()
710 int numRowMixAndRowContVB = numRowMix_ + numRowContVB_; in generateMirCuts()
738 if (iRow < numRowMix_) { in generateMirCuts()
[all …]
H A DCglMixedIntegerRounding2.hpp392 int numRowMix_; member in CglMixedIntegerRounding2