Home
last modified time | relevance | path

Searched refs:tgtcol (Results 1 – 6 of 6) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveImpliedFree.cpp378 << ", l(" << tgtcol << ") " << clo[tgtcol] << ", u(" << tgtcol
379 << ") " << cup[tgtcol] << ", c(" << tgtcol << ") " << cost[tgtcol]
703 if (j != tgtcol) {
725 s->col = tgtcol;
726 s->clo = clo[tgtcol];
727 s->cup = cup[tgtcol];
777 cost[tgtcol] = 0.0;
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1186 if (j == tgtcol) {
1312 rcosts[tgtcol] = 0.0;
[all …]
H A DCoinPresolveSubst.cpp333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
441 ap->col = tgtcol; in presolve()
492 cost[tgtcol] = 0.0; in presolve()
660 colLengths[tgtcol] = 0; in presolve()
872 sol[tgtcol] = 0.0; in postsolve()
884 if (!(sol[tgtcol] > (clo[tgtcol] - ztolzb) && (cup[tgtcol] + ztolzb) > sol[tgtcol])) { in postsolve()
886 << "BAD SOL: x(" << tgtcol << ") " << sol[tgtcol] in postsolve()
887 << "; lb " << clo[tgtcol] << "; ub " << cup[tgtcol] << "." in postsolve()
907 if (j != tgtcol) in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveImpliedFree.cpp378 << ", l(" << tgtcol << ") " << clo[tgtcol] << ", u(" << tgtcol
379 << ") " << cup[tgtcol] << ", c(" << tgtcol << ") " << cost[tgtcol]
703 if (j != tgtcol) {
725 s->col = tgtcol;
726 s->clo = clo[tgtcol];
727 s->cup = cup[tgtcol];
777 cost[tgtcol] = 0.0;
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1186 if (j == tgtcol) {
1312 rcosts[tgtcol] = 0.0;
[all …]
H A DCoinPresolveSubst.cpp333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
441 ap->col = tgtcol; in presolve()
492 cost[tgtcol] = 0.0; in presolve()
660 colLengths[tgtcol] = 0; in presolve()
872 sol[tgtcol] = 0.0; in postsolve()
884 if (!(sol[tgtcol] > (clo[tgtcol] - ztolzb) && (cup[tgtcol] + ztolzb) > sol[tgtcol])) { in postsolve()
886 << "BAD SOL: x(" << tgtcol << ") " << sol[tgtcol] in postsolve()
887 << "; lb " << clo[tgtcol] << "; ub " << cup[tgtcol] << "." in postsolve()
907 if (j != tgtcol) in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveImpliedFree.cpp378 << ", l(" << tgtcol << ") " << clo[tgtcol] << ", u(" << tgtcol
379 << ") " << cup[tgtcol] << ", c(" << tgtcol << ") " << cost[tgtcol]
703 if (j != tgtcol) {
725 s->col = tgtcol;
726 s->clo = clo[tgtcol];
727 s->cup = cup[tgtcol];
777 cost[tgtcol] = 0.0;
871 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) {
1186 if (j == tgtcol) {
1312 rcosts[tgtcol] = 0.0;
[all …]
H A DCoinPresolveSubst.cpp333 if (colLengths[tgtcol] < 2 || colLengths[tgtcol] > maxLook) { in presolve()
441 ap->col = tgtcol; in presolve()
492 cost[tgtcol] = 0.0; in presolve()
660 colLengths[tgtcol] = 0; in presolve()
872 sol[tgtcol] = 0.0; in postsolve()
884 if (!(sol[tgtcol] > (clo[tgtcol] - ztolzb) && (cup[tgtcol] + ztolzb) > sol[tgtcol])) { in postsolve()
886 << "BAD SOL: x(" << tgtcol << ") " << sol[tgtcol] in postsolve()
887 << "; lb " << clo[tgtcol] << "; ub " << cup[tgtcol] << "." in postsolve()
907 if (j != tgtcol) in postsolve()
943 colLengths[tgtcol] = 0; in postsolve()
[all …]