Home
last modified time | relevance | path

Searched refs:numberRows2 (Results 1 – 22 of 22) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp6400 int numberRows2 = sub[iBlock].numberRows(); in solveBenders() local
6406 save += numberRows2; in solveBenders()
6410 save += numberRows2; in solveBenders()
6459 save += numberRows2; in solveBenders()
6463 save += numberRows2; in solveBenders()
6802 for (int i = 0; i < numberRows2; i++) { in solveBenders()
6818 CoinZeroN(rhs, numberRows2); in solveBenders()
6820 for (int i = 0; i < numberRows2; i++) { in solveBenders()
6831 for (int i = 0; i < numberRows2; i++) { in solveBenders()
6892 int numberRows2 = sub[0].numberRows(); in solveBenders() local
[all …]
H A DClpSimplex.cpp502 int numberRows2 = smallModel.numberRows(); in getbackSolution() local
513 for (i = 0; i < numberRows2; i++) { in getbackSolution()
2572 pivotVariable_ = new int[numberRows2]; in gutsOfCopy()
3370 maximumInternalRows_ = numberRows2; in createRim()
3486 numberRows2, savedRowScale_); in createRim()
3488 numberRows2, inverseRowScale_); in createRim()
4076 for (int i = 0; i < numberRows2; i++) in createRim()
4080 for (int i = 0; i < numberRows2; i++) { in createRim()
4089 for (int i = 0; i < numberRows2; i++) in createRim()
4186 CoinMemcpyN(rowScale_ + numberRows2, numberRows2, temp + maximumRows_); in createRim()
[all …]
H A DClpModel.cpp1235 int numberRows2 = newNumberRows; in resize() local
1237 if (numberRows2 < maximumRows_) in resize()
1238 numberRows2 = maximumRows_; in resize()
1241 if (numberRows2 > maximumRows_) { in resize()
1259 if (savedRowScale_ && numberRows2 > maximumInternalRows_) { in resize()
2121 int numberRows2 = modelObject.numberRows(); in addRows() local
2122 if (numberRows2 && !numberErrors) { in addRows()
2141 addRows(numberRows2, rowLower, rowUpper, NULL, NULL, NULL); in addRows()
2173 matrix->passInCopy(numberRows2, numberColumns, in addRows()
2532 int numberRows2 = modelObject.numberRows(); in addColumns() local
[all …]
H A DClpSimplexOther.cpp1411 int numberRows2 = 0; in crunch() local
1452 whichRow[numberRows2++] = iRow; in crunch()
1466 whichRow[numberRows2++] = iRow; in crunch()
1480 small = new ClpSimplex(this, numberRows2, whichRow, in crunch()
1486 small->setNewRowCopy(new ClpPackedMatrix(*rowCopy, numberRows2, whichRow, in crunch()
1498 if (!numberRows2 || !numberColumns2) in crunch()
1505 << numberRows2 << -(numberRows_ - numberRows2) in crunch()
1514 for (jRow = 0; jRow < numberRows2; jRow++) { in crunch()
1607 CoinZeroN(lo, numberRows2); in crunch()
1608 CoinZeroN(up, numberRows2); in crunch()
[all …]
H A DClpSimplexPrimal.cpp1137 int numberRows2 = numberRows_ + numberExtraRows_; in statusOfProblemInPrimal() local
1138 int numberTotal = numberRows2 + numberColumns_; in statusOfProblemInPrimal()
H A DClpPackedMatrix.cpp3649 int numberRows2 = baseModel->numberRows();
3650 assert (numberRows >= numberRows2);
3652 CoinMemcpyN(baseModel->rowScale(), numberRows2, rowScale);
3654 if (numberRows > numberRows2) {
3659 for (iRow = numberRows2; iRow < numberRows; iRow++) {
3698 if (iRow >= numberRows2) {
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiSolverInterface.cpp436 int numberRows2 = modelObject.numberRows(); in addCols() local
439 for (int i=0;i<numberRows2;i++) { in addCols()
665 int numberRows2 = modelObject.numberRows(); in addRows() local
666 if (numberRows2&&!numberErrors) { in addRows()
670 for (iRow=0;iRow<numberRows2;iRow++) { in addRows()
683 new CoinPackedVectorBase * [numberRows2]; in addRows()
685 for (iRow=0;iRow<numberRows2;iRow++) { in addRows()
691 addRows(numberRows2, rows, rowLower, rowUpper); in addRows()
692 for (iRow=0;iRow<numberRows2;iRow++) in addRows()
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiSolverInterface.cpp418 int numberRows2 = modelObject.numberRows(); in addCols() local
421 for (int i = 0; i < numberRows2; i++) { in addCols()
637 int numberRows2 = modelObject.numberRows(); in addRows() local
638 if (numberRows2 && !numberErrors) { in addRows()
642 for (iRow = 0; iRow < numberRows2; iRow++) { in addRows()
654 CoinPackedVectorBase **rows = new CoinPackedVectorBase *[numberRows2]; in addRows()
656 for (iRow = 0; iRow < numberRows2; iRow++) { in addRows()
661 addRows(numberRows2, rows, rowLower, rowUpper); in addRows()
662 for (iRow = 0; iRow < numberRows2; iRow++) in addRows()
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiSolverInterface.cpp418 int numberRows2 = modelObject.numberRows(); in addCols() local
421 for (int i = 0; i < numberRows2; i++) { in addCols()
637 int numberRows2 = modelObject.numberRows(); in addRows() local
638 if (numberRows2 && !numberErrors) { in addRows()
642 for (iRow = 0; iRow < numberRows2; iRow++) { in addRows()
654 CoinPackedVectorBase **rows = new CoinPackedVectorBase *[numberRows2]; in addRows()
656 for (iRow = 0; iRow < numberRows2; iRow++) { in addRows()
661 addRows(numberRows2, rows, rowLower, rowUpper); in addRows()
662 for (iRow = 0; iRow < numberRows2; iRow++) in addRows()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp4255 for (int iRow = 0; iRow < numberRows2; iRow++) { in solveDW()
4272 for (int iRow = 0; iRow < numberRows2; iRow++) { in solveDW()
4312 for (int iRow = 0; iRow < numberRows2; iRow++) { in solveDW()
4632 int numberRows2 = sub[iBlock].numberRows(); in solveBenders() local
4633 double * saveLower = new double [numberRows2]; in solveBenders()
4635 double * saveUpper = new double [numberRows2]; in solveBenders()
4638 CoinZeroN(saveUpper, numberRows2); in solveBenders()
4640 for (int i = 0; i < numberRows2; i++) { in solveBenders()
4660 for (int i = 0; i < numberRows2; i++) { in solveBenders()
4771 for (int iRow = 0; iRow < numberRows2; iRow++) { in solveBenders()
[all …]
H A DClpSimplex.cpp471 int numberRows2 = smallModel.numberRows(); in getbackSolution() local
482 for (i = 0; i < numberRows2; i++) { in getbackSolution()
3059 int numberTotal = numberRows2 + numberColumns_; in createRim()
3770 pivotVariable_ = new int[numberRows2]; in createRim()
3771 for (int i = 0; i < numberRows2; i++) in createRim()
3775 for (int i = 0; i < numberRows2; i++) in createRim()
3779 for (int i = 0; i < numberRows2; i++) { in createRim()
3789 for (int i = 0; i < numberRows2; i++) in createRim()
3921 CoinMemcpyN(rowScale_ + numberRows2, numberRows2, temp + maximumRows_); in createRim()
3923 CoinMemcpyN(rowScale_ + numberRows2, numberRows2, temp + 3 * maximumRows_); in createRim()
[all …]
H A DClpModel.cpp1254 int numberRows2 = newNumberRows; in resize() local
1256 if (numberRows2 < maximumRows_) in resize()
1257 numberRows2 = maximumRows_; in resize()
1260 if (numberRows2 > maximumRows_) { in resize()
1278 if (savedRowScale_ && numberRows2 > maximumInternalRows_) { in resize()
1966 int numberRows2 = modelObject.numberRows(); in addRows() local
1967 if (numberRows2 && !numberErrors) { in addRows()
1986 addRows(numberRows2, rowLower, rowUpper, NULL, NULL, NULL); in addRows()
2018 matrix->passInCopy(numberRows2, numberColumns, in addRows()
2383 int numberRows2 = modelObject.numberRows(); in addColumns() local
[all …]
H A DClpSimplexOther.cpp1246 int numberRows2 = 0; in crunch() local
1287 whichRow[numberRows2++] = iRow; in crunch()
1301 whichRow[numberRows2++] = iRow; in crunch()
1315 small = new ClpSimplex(this, numberRows2, whichRow, in crunch()
1321 small->setNewRowCopy(new ClpPackedMatrix(*rowCopy, numberRows2, whichRow, in crunch()
1333 if (!numberRows2 || !numberColumns2) in crunch()
1340 << numberRows2 << -(numberRows_ - numberRows2) in crunch()
1349 for (jRow = 0; jRow < numberRows2; jRow++) { in crunch()
1443 CoinZeroN(lo, numberRows2); in crunch()
1444 CoinZeroN(up, numberRows2); in crunch()
[all …]
H A DClpPackedMatrix.cpp2736 int numberRows2 = baseModel->numberRows();
2737 assert (numberRows >= numberRows2);
2739 CoinMemcpyN(baseModel->rowScale(), numberRows2, rowScale);
2741 if (numberRows > numberRows2) {
2746 for (iRow = numberRows2; iRow < numberRows; iRow++) {
2785 if (iRow >= numberRows2) {
H A DClpSimplexPrimal.cpp1001 int numberRows2 = numberRows_ + numberExtraRows_; in statusOfProblemInPrimal() local
1002 int numberTotal = numberRows2 + numberColumns_; in statusOfProblemInPrimal()
/dports/math/clp/Clp-1.17.3/Clp/src/OsiClp/
H A DOsiClpSolverInterface.cpp1978 int numberRows2 = small->numberRows(); in markHotStart() local
1985 for (i = 0; i < numberRows2; i++) { in markHotStart()
2381 int number = numberRows2 + numberColumns2; in solveFromHotStart()
2620 for (i = 0; i < numberRows2; i++) { in solveFromHotStart()
2625 for (i = 0; i < numberRows2; i++) { in solveFromHotStart()
2644 for (int i = 0; i < numberRows2; i++) { in solveFromHotStart()
2840 for (int i = 0; i < numberRows2; i++) { in smallModelCut()
2935 for (int i=0;i<numberRows2;i++) { in smallModelCut()
2976 for (int i=0;i<numberRows2;i++) { in smallModelCut()
7610 int numberRows2 = small->numberRows(); in crunch() local
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcLinked.cpp1416 int *whichRows = new int[numberRows2]; in load()
1418 CoinIotaN(whichRows, numberRows2, 0); in load()
1421 numberRows2, whichRows, in load()
1425 CoinZeroN(whichRows, numberRows2); in load()
1434 int *pos = new int[numberRows2]; in load()
1436 for (i = 0; i < numberRows2; i++) { in load()
1453 for (i = 0; i < numberRows2; i++) { in load()
1588 int numberRows2 = originalRowCopy_->getNumRows(); in addTighterConstraints() local
1593 for (int iRow = 0; iRow < numberRows2; iRow++) { in addTighterConstraints()
3671 int numberRows2 = cbcModel_->continuousSolver()->getNumRows(); in fathom() local
[all …]
H A DCbcModel.cpp2928 int numberRows2 = solvers[i]->getNumRows(); local
2929 assert(numberRows2 >= numberRows);
2930 maxCuts += numberRows2 - numberRows;
2944 int numberRows2 = solvers[iModel]->getNumRows(); local
2952 for (int iRow = numberRows; iRow < numberRows2; iRow++) {
/dports/math/ogdf/OGDF/src/coin/OsiClp/
H A DOsiClpSolverInterface.cpp1965 int numberRows2 = small->numberRows(); in markHotStart() local
1967 double * rowScale2 = new double [2*numberRows2]; in markHotStart()
1969 double * inverseScale2 = rowScale2+numberRows2; in markHotStart()
1972 for (i=0;i<numberRows2;i++) { in markHotStart()
2356 int numberRows2 = smallModel_->numberRows(); in solveFromHotStart() local
2358 int number = numberRows2+numberColumns2; in solveFromHotStart()
2370 CoinMemcpyN(savePivot,numberRows2,smallModel_->pivotVariable()); in solveFromHotStart()
6640 int numberRows2 = small->numberRows(); in crunch() local
6642 double * rowScale2 = new double [2*numberRows2]; in crunch()
6645 double * inverseScale2 = rowScale2+numberRows2; in crunch()
[all …]
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpSimplexPrimal.cpp1007 int numberRows2 = numberRows_+numberExtraRows_; in statusOfProblemInPrimal() local
1008 int numberTotal = numberRows2+numberColumns_; in statusOfProblemInPrimal()
H A DIClpSimplexPrimal_Wolfe.cpp977 int numberRows2 = numberRows_+numberExtraRows_; in statusOfProblemInPrimal() local
978 int numberTotal = numberRows2+numberColumns_; in statusOfProblemInPrimal()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglPreProcess/
H A DCglPreProcess.cpp5378 int numberRows2=copySolver->getNumRows(); in modified()
5388 for (int iRow=0;iRow<numberRows2;iRow++) { in modified()