Home
last modified time | relevance | path

Searched refs:colStarts (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveMonitor.cpp104 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
108 const CoinBigIndex &jj = colStarts[j]; in extractCol()
120 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractRow() local
131 const CoinBigIndex ii = presolve_find_row3(i, colStarts[j], colLens[j], rowIndices, colLinks); in extractRow()
146 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
154 CoinBigIndex jj = colStarts[j]; in extractCol()
H A DCoinPresolveSubst.cpp277 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
342 CoinBigIndex tgtcs = colStarts[tgtcol]; in presolve()
589 CoinBigIndex kcs = colStarts[j]; in presolve()
605 kcs = colStarts[j]; in presolve()
650 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
754 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
825 const CoinBigIndex kcs = colStarts[j]; in postsolve()
975 link[kk] = colStarts[j]; in postsolve()
976 colStarts[j] = kk; in postsolve()
1011 link[kk] = colStarts[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp270 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
498 const CoinBigIndex kcsy = colStarts[tgtcoly]; in presolve()
540 colStarts[tgtcoly], tgtrow); in presolve()
544 colStarts[tgtcolx], tgtrow); in presolve()
655 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
665 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
686 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
692 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp149 CoinBigIndex *colStarts = prob->mcstrt_; local
321 const CoinBigIndex kcs = colStarts[tgtcol];
689 const CoinBigIndex kcs = colStarts[tgtcol];
786 presolve_delete_from_col(tgtrow, j, colStarts, colLengths, rowIndices,
841 CoinBigIndex *colStarts = prob->mcstrt_; local
880 CoinBigIndex tgtcs = colStarts[tgtcol];
964 CoinBigIndex start = colStarts[tgtcol];
1112 CoinBigIndex *colStarts = prob->mcstrt_; local
1178 link[kk] = colStarts[j];
1179 colStarts[j] = kk;
[all …]
H A DCoinPresolveUseless.cpp75 const CoinBigIndex *colStarts = prob->mcstrt_; in testRedundant() local
317 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
358 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
400 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
438 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp313 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
344 colStarts[j] = colStarts[ncols]; in postsolve()
373 colStarts[j] = NO_LINK; in postsolve()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveMonitor.cpp104 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
108 const CoinBigIndex &jj = colStarts[j]; in extractCol()
120 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractRow() local
131 const CoinBigIndex ii = presolve_find_row3(i, colStarts[j], colLens[j], rowIndices, colLinks); in extractRow()
146 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
154 CoinBigIndex jj = colStarts[j]; in extractCol()
H A DCoinPresolveSubst.cpp277 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
342 CoinBigIndex tgtcs = colStarts[tgtcol]; in presolve()
589 CoinBigIndex kcs = colStarts[j]; in presolve()
605 kcs = colStarts[j]; in presolve()
650 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
754 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
825 const CoinBigIndex kcs = colStarts[j]; in postsolve()
975 link[kk] = colStarts[j]; in postsolve()
976 colStarts[j] = kk; in postsolve()
1011 link[kk] = colStarts[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp270 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
498 const CoinBigIndex kcsy = colStarts[tgtcoly]; in presolve()
540 colStarts[tgtcoly], tgtrow); in presolve()
544 colStarts[tgtcolx], tgtrow); in presolve()
655 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
665 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
686 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
692 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp149 CoinBigIndex *colStarts = prob->mcstrt_; local
321 const CoinBigIndex kcs = colStarts[tgtcol];
689 const CoinBigIndex kcs = colStarts[tgtcol];
786 presolve_delete_from_col(tgtrow, j, colStarts, colLengths, rowIndices,
841 CoinBigIndex *colStarts = prob->mcstrt_; local
880 CoinBigIndex tgtcs = colStarts[tgtcol];
964 CoinBigIndex start = colStarts[tgtcol];
1112 CoinBigIndex *colStarts = prob->mcstrt_; local
1178 link[kk] = colStarts[j];
1179 colStarts[j] = kk;
[all …]
H A DCoinPresolveUseless.cpp75 const CoinBigIndex *colStarts = prob->mcstrt_; in testRedundant() local
317 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
358 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
400 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
438 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp313 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
344 colStarts[j] = colStarts[ncols]; in postsolve()
373 colStarts[j] = NO_LINK; in postsolve()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveMonitor.cpp104 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
108 const CoinBigIndex &jj = colStarts[j]; in extractCol()
120 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractRow() local
131 const CoinBigIndex ii = presolve_find_row3(i, colStarts[j], colLens[j], rowIndices, colLinks); in extractRow()
146 const CoinBigIndex *colStarts = mtx->getColStarts(); in extractCol() local
154 CoinBigIndex jj = colStarts[j]; in extractCol()
H A DCoinPresolveSubst.cpp277 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
342 CoinBigIndex tgtcs = colStarts[tgtcol]; in presolve()
589 CoinBigIndex kcs = colStarts[j]; in presolve()
605 kcs = colStarts[j]; in presolve()
650 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
754 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
825 const CoinBigIndex kcs = colStarts[j]; in postsolve()
975 link[kk] = colStarts[j]; in postsolve()
976 colStarts[j] = kk; in postsolve()
1011 link[kk] = colStarts[j]; in postsolve()
[all …]
H A DCoinPresolveDoubleton.cpp270 CoinBigIndex *colStarts = prob->mcstrt_; in presolve() local
498 const CoinBigIndex kcsy = colStarts[tgtcoly]; in presolve()
540 colStarts[tgtcoly], tgtrow); in presolve()
544 colStarts[tgtcolx], tgtrow); in presolve()
655 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
665 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
686 const CoinBigIndex kkcsy = colStarts[tgtcoly]; in presolve()
692 const CoinBigIndex kkcsx = colStarts[tgtcolx]; in presolve()
706 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
708 colStarts, colLengths, rowIndices, colCoeffs); in presolve()
[all …]
H A DCoinPresolveImpliedFree.cpp149 CoinBigIndex *colStarts = prob->mcstrt_; local
321 const CoinBigIndex kcs = colStarts[tgtcol];
689 const CoinBigIndex kcs = colStarts[tgtcol];
786 presolve_delete_from_col(tgtrow, j, colStarts, colLengths, rowIndices,
841 CoinBigIndex *colStarts = prob->mcstrt_; local
880 CoinBigIndex tgtcs = colStarts[tgtcol];
964 CoinBigIndex start = colStarts[tgtcol];
1112 CoinBigIndex *colStarts = prob->mcstrt_; local
1178 link[kk] = colStarts[j];
1179 colStarts[j] = kk;
[all …]
H A DCoinPresolveUseless.cpp75 const CoinBigIndex *colStarts = prob->mcstrt_; in testRedundant() local
317 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
358 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
400 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
438 const CoinBigIndex kcs = colStarts[t]; in testRedundant()
H A DCoinPresolveEmpty.cpp313 CoinBigIndex *colStarts = prob->mcstrt_; in postsolve() local
344 colStarts[j] = colStarts[ncols]; in postsolve()
373 colStarts[j] = NO_LINK; in postsolve()
/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTableCell.c153 *w = tablePtr->colStarts[cs+1]-tablePtr->colStarts[col]; in TableCellCoords()
161 *x = hl + tablePtr->colStarts[col]; in TableCellCoords()
163 *x -= tablePtr->colStarts[tablePtr->leftCol] in TableCellCoords()
164 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
219 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl; in TableCellVCoords()
305 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
306 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
312 for (i = 1; x >= tablePtr->colStarts[i]; i++); in TableWhatCell()
370 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
371 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
[all …]
H A DtkTable.c942 if (tablePtr->colStarts) ckfree((char *) tablePtr->colStarts); in TableDestroy()
3105 if (tablePtr->colStarts) ckfree((char *) tablePtr->colStarts); in TableAdjustParams()
3151 tablePtr->colStarts[i] = total; in TableAdjustParams()
3188 tablePtr->colStarts[i] = total; in TableAdjustParams()
3192 tablePtr->colStarts[i] = tablePtr->maxWidth = total; in TableAdjustParams()
3329 if ((tablePtr->maxWidth-(tablePtr->colStarts[leftCol-1] - in TableAdjustParams()
3330 tablePtr->colStarts[tablePtr->titleCols])) > w) { in TableAdjustParams()
3397 diff = tablePtr->colStarts[tablePtr->titleCols]; in TableAdjustParams()
3403 first = (tablePtr->colStarts[leftCol]-diff) / last; in TableAdjustParams()
3404 last = (width+tablePtr->colStarts[col]-diff) / last; in TableAdjustParams()
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable/
H A DtkTableCell.c157 *w = tablePtr->colStarts[cs+1]-tablePtr->colStarts[col]; in TableCellCoords()
165 *x = hl + tablePtr->colStarts[col]; in TableCellCoords()
167 *x -= tablePtr->colStarts[tablePtr->leftCol] in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
223 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl; in TableCellVCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
316 for (i = 1; x >= tablePtr->colStarts[i]; i++); in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable800/
H A DtkTableCell.c157 *w = tablePtr->colStarts[cs+1]-tablePtr->colStarts[col]; in TableCellCoords()
165 *x = hl + tablePtr->colStarts[col]; in TableCellCoords()
167 *x -= tablePtr->colStarts[tablePtr->leftCol] in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
223 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl; in TableCellVCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
316 for (i = 1; x >= tablePtr->colStarts[i]; i++); in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
[all …]
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/
H A DtkTableCell.c157 *w = tablePtr->colStarts[cs+1]-tablePtr->colStarts[col]; in TableCellCoords()
165 *x = hl + tablePtr->colStarts[col]; in TableCellCoords()
167 *x -= tablePtr->colStarts[tablePtr->leftCol] in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
223 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl; in TableCellVCoords()
309 tablePtr->colStarts[tablePtr->leftCol] - in TableWhatCell()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
316 for (i = 1; x >= tablePtr->colStarts[i]; i++); in TableWhatCell()
374 tablePtr->colStarts[tablePtr->leftCol] - in TableAtBorder()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
[all …]
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding2/
H A DCglMixedIntegerRounding2.hpp251 const CoinBigIndex* colStarts,
274 const int* rowInds, const CoinBigIndex* colStarts,
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding/
H A DCglMixedIntegerRounding.hpp253 const CoinBigIndex* colStarts,
277 const int* rowInds, const CoinBigIndex* colStarts,

12