Home
last modified time | relevance | path

Searched refs:colLengths (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveSubst.cpp278 int *colLengths = prob->hincol_; in presolve() local
333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
606 kce = kcs + colLengths[j]; in presolve()
610 colLengths[j]++; in presolve()
651 if (colLengths[j] == 0) { in presolve()
660 colLengths[tgtcol] = 0; in presolve()
755 int *colLengths = prob->hincol_; in postsolve() local
826 const int lenj = colLengths[j]; in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
979 ++colLengths[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp271 int *colLengths = prob->hincol_; in presolve() local
339 PRESOLVEASSERT(colLengths[tgtcolx] > 0 || colLengths[tgtcoly] > 0); in presolve()
340 if (colLengths[tgtcolx] == 1 && colLengths[tgtcoly] == 1) in presolve()
366 colStarts[tgtcolx] + colLengths[tgtcolx], rowIndices); in presolve()
499 const CoinBigIndex kcey = kcsy + colLengths[tgtcoly]; in presolve()
536 s->ncolx = colLengths[tgtcolx]; in presolve()
537 s->ncoly = colLengths[tgtcoly]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
722 rowIndices, colIndices, rowLengths, colLengths, in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp150 int *colLengths = prob->hincol_; local
310 const int tgtcol_len = colLengths[tgtcol];
679 if (colLengths[tgtcol] != 1) {
788 if (colLengths[j] == 0) {
795 colLengths[tgtcol] = 0;
842 int *colLengths = prob->hincol_; local
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1113 int *colLengths = prob->hincol_; local
1187 colLengths[j] = 1;
1193 colLengths[j]++;
[all …]
H A DCoinPresolveUseless.cpp77 const int *colLengths = prob->hincol_; in testRedundant() local
318 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
359 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
401 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
439 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp314 int *colLengths = prob->hincol_; in postsolve() local
345 colLengths[j] = colLengths[ncols]; in postsolve()
372 colLengths[j] = 0; in postsolve()
H A DCoinPresolveDupcol.cpp1791 int *colLengths = prob->hincol_; in postsolve() local
1867 ++colLengths[j]; in postsolve()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveSubst.cpp278 int *colLengths = prob->hincol_; in presolve() local
333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
606 kce = kcs + colLengths[j]; in presolve()
610 colLengths[j]++; in presolve()
651 if (colLengths[j] == 0) { in presolve()
660 colLengths[tgtcol] = 0; in presolve()
755 int *colLengths = prob->hincol_; in postsolve() local
826 const int lenj = colLengths[j]; in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
979 ++colLengths[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp271 int *colLengths = prob->hincol_; in presolve() local
339 PRESOLVEASSERT(colLengths[tgtcolx] > 0 || colLengths[tgtcoly] > 0); in presolve()
340 if (colLengths[tgtcolx] == 1 && colLengths[tgtcoly] == 1) in presolve()
366 colStarts[tgtcolx] + colLengths[tgtcolx], rowIndices); in presolve()
499 const CoinBigIndex kcey = kcsy + colLengths[tgtcoly]; in presolve()
536 s->ncolx = colLengths[tgtcolx]; in presolve()
537 s->ncoly = colLengths[tgtcoly]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
722 rowIndices, colIndices, rowLengths, colLengths, in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp150 int *colLengths = prob->hincol_; local
310 const int tgtcol_len = colLengths[tgtcol];
679 if (colLengths[tgtcol] != 1) {
788 if (colLengths[j] == 0) {
795 colLengths[tgtcol] = 0;
842 int *colLengths = prob->hincol_; local
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1113 int *colLengths = prob->hincol_; local
1187 colLengths[j] = 1;
1193 colLengths[j]++;
[all …]
H A DCoinPresolveUseless.cpp77 const int *colLengths = prob->hincol_; in testRedundant() local
318 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
359 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
401 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
439 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp314 int *colLengths = prob->hincol_; in postsolve() local
345 colLengths[j] = colLengths[ncols]; in postsolve()
372 colLengths[j] = 0; in postsolve()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveSubst.cpp278 int *colLengths = prob->hincol_; in presolve() local
333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
606 kce = kcs + colLengths[j]; in presolve()
610 colLengths[j]++; in presolve()
651 if (colLengths[j] == 0) { in presolve()
660 colLengths[tgtcol] = 0; in presolve()
755 int *colLengths = prob->hincol_; in postsolve() local
826 const int lenj = colLengths[j]; in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
979 ++colLengths[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp271 int *colLengths = prob->hincol_; in presolve() local
339 PRESOLVEASSERT(colLengths[tgtcolx] > 0 || colLengths[tgtcoly] > 0); in presolve()
340 if (colLengths[tgtcolx] == 1 && colLengths[tgtcoly] == 1) in presolve()
366 colStarts[tgtcolx] + colLengths[tgtcolx], rowIndices); in presolve()
499 const CoinBigIndex kcey = kcsy + colLengths[tgtcoly]; in presolve()
536 s->ncolx = colLengths[tgtcolx]; in presolve()
537 s->ncoly = colLengths[tgtcoly]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
722 rowIndices, colIndices, rowLengths, colLengths, in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp150 int *colLengths = prob->hincol_; local
310 const int tgtcol_len = colLengths[tgtcol];
679 if (colLengths[tgtcol] != 1) {
788 if (colLengths[j] == 0) {
795 colLengths[tgtcol] = 0;
842 int *colLengths = prob->hincol_; local
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1113 int *colLengths = prob->hincol_; local
1187 colLengths[j] = 1;
1193 colLengths[j]++;
[all …]
H A DCoinPresolveUseless.cpp77 const int *colLengths = prob->hincol_; in testRedundant() local
318 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
359 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
401 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
439 const CoinBigIndex kce = kcs + colLengths[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp314 int *colLengths = prob->hincol_; in postsolve() local
345 colLengths[j] = colLengths[ncols]; in postsolve()
372 colLengths[j] = 0; in postsolve()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding/
H A DCglMixedIntegerRounding.hpp254 const int* colLengths,
278 const int* colLengths,
H A DCglMixedIntegerRounding.cpp79 const int* colLengths = matrixByCol.getVectorLengths(); in generateCuts() local
85 coefByCol, rowInds, colStarts, colLengths, in generateCuts()
664 const int* colLengths, in generateMirCuts() argument
734 colLengths, in generateMirCuts()
904 const int* colLengths, in selectRowToAggregate() argument
943 CoinBigIndex iStop = iStart + colLengths[indCol]; in selectRowToAggregate()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLFrameSetElement.h46 const Length* colLengths() const { return m_colLengths.get(); } in colLengths() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp476 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness); in layout()
563 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed(); in positionFramesWithFlattening()
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/grantleebuilder/
H A Dmarkupdirector.cpp288 const auto colLengths = format.columnWidthConstraints(); in processTable() local
335 auto cellWidth = colLengths.at(column); in processTable()
/dports/devel/grantlee5/grantlee-5.2.0/textdocument/lib/
H A Dmarkupdirector.cpp103 auto colLengths = format.columnWidthConstraints(); in processTable() local
151 auto cellWidth = colLengths.at(column); in processTable()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dbatchprimitiveprocessor-jl.cpp564 uint32_t* colLengths = (uint32_t*)alloca(projectCount * sizeof(uint32_t)); in getTuples() local
610 colLengths[i] = *((uint32_t*) &buf[pos]); in getTuples()
614 pos += colLengths[i]; in getTuples()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dbatchprimitiveprocessor-jl.cpp564 uint32_t* colLengths = (uint32_t*)alloca(projectCount * sizeof(uint32_t)); in getTuples() local
610 colLengths[i] = *((uint32_t*) &buf[pos]); in getTuples()
614 pos += colLengths[i]; in getTuples()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSC_aux.cxx5054 int j, nz_ptr, *colLengths, count, maxRowSize; in solveUsingY12M() local
5095 colLengths = new int[nrows]; in solveUsingY12M()
5096 for ( i = 0; i < nrows; i++ ) colLengths[i] = 0; in solveUsingY12M()
5106 if ( colVal[j] != 0.0 ) colLengths[colInd[j]]++; in solveUsingY12M()
5110 for ( i = 0; i < nrows; i++ ) nnz += colLengths[i]; in solveUsingY12M()

12