Home
last modified time | relevance | path

Searched refs:getMatrixByCol (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/problem/
H A DCouenneLPtightenBoundsCLP-light.cpp35 const double * element = T::getMatrixByCol()->getElements(); in tightenBoundsCLP_Light()
36 const int * row = T::getMatrixByCol()->getIndices(); in tightenBoundsCLP_Light()
37 const CoinBigIndex * columnStart = T::getMatrixByCol()->getVectorStarts(); in tightenBoundsCLP_Light()
38 const int * columnLength = T::getMatrixByCol()->getVectorLengths(); in tightenBoundsCLP_Light()
H A DCouenneLPtightenBoundsCLP.cpp38 const double * element = T::getMatrixByCol()->getElements(); in tightenBoundsCLP()
39 const int * row = T::getMatrixByCol()->getIndices(); in tightenBoundsCLP()
40 const CoinBigIndex * columnStart = T::getMatrixByCol()->getVectorStarts(); in tightenBoundsCLP()
41 const int * columnLength = T::getMatrixByCol()->getVectorLengths(); in tightenBoundsCLP()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcMipStartIO.cpp356 const double * element = lp->getMatrixByCol()->getElements(); in computeCompleteSolution()
357 const int * row = lp->getMatrixByCol()->getIndices(); in computeCompleteSolution()
358 const CoinBigIndex * columnStart = lp->getMatrixByCol()->getVectorStarts(); in computeCompleteSolution()
359 const int * columnLength = lp->getMatrixByCol()->getVectorLengths(); in computeCompleteSolution()
463 const double * element = lp->getMatrixByCol()->getElements(); in computeCompleteSolution()
464 const int * row = lp->getMatrixByCol()->getIndices(); in computeCompleteSolution()
465 const CoinBigIndex * columnStart = lp->getMatrixByCol()->getVectorStarts(); in computeCompleteSolution()
466 const int * columnLength = lp->getMatrixByCol()->getVectorLengths(); in computeCompleteSolution()
H A DCbcHeuristicDW.cpp424 const int *row = solver->getMatrixByCol()->getIndices(); in solution()
425 const CoinBigIndex *columnStart = solver->getMatrixByCol()->getVectorStarts(); in solution()
426 const int *columnLength = solver->getMatrixByCol()->getVectorLengths(); in solution()
632 const double *element = solver->getMatrixByCol()->getElements(); in solution()
633 const int *row = solver->getMatrixByCol()->getIndices(); in solution()
635 const int *columnLength = solver->getMatrixByCol()->getVectorLengths(); in solution()
1344 const CoinPackedMatrix *columnCopy = solver_->getMatrixByCol(); in findStructure()
1878 const double *element = solver_->getMatrixByCol()->getElements(); in addDW()
1879 const int *row = solver_->getMatrixByCol()->getIndices(); in addDW()
1880 const CoinBigIndex *columnStart = solver_->getMatrixByCol()->getVectorStarts(); in addDW()
[all …]
H A DCbc_C_Interface.cpp708 matrix = model->model_->solver()->getMatrixByCol(); in Cbc_getVectorStarts()
722 matrix = model->model_->solver()->getMatrixByCol(); in Cbc_getIndices()
741 matrix = model->model_->solver()->getMatrixByCol(); in Cbc_getElements()
1000 const CoinPackedMatrix *cpmCol = model->model_->solver()->getMatrixByCol(); in Cbc_getColNz()
1008 const CoinPackedMatrix *cpmCol = model->model_->solver()->getMatrixByCol(); in Cbc_getColIndices()
1018 const CoinPackedMatrix *cpmCol = model->model_->solver()->getMatrixByCol(); in Cbc_getColCoeffs()
1200 const CoinPackedMatrix *matrix = cbc_model->solver()->getMatrixByCol(); in Cbc_printModel()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DunitTest.cpp1031 solutionBase.loadProblem(*mps.getMatrixByCol(), mps.getColLower(), in mainTest()
1343 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1396 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1458 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1660 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), in ClpSimplexUnitTest()
1952 int numberElements = m.getMatrixByCol()->getNumElements(); in ClpSimplexUnitTest()
1971 startM = m.getMatrixByCol()->getVectorStarts(); in ClpSimplexUnitTest()
1972 lengthM = m.getMatrixByCol()->getVectorLengths(); in ClpSimplexUnitTest()
1973 indexM = m.getMatrixByCol()->getIndices(); in ClpSimplexUnitTest()
1974 elementM = m.getMatrixByCol()->getElements(); in ClpSimplexUnitTest()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DunitTest.cpp1102 solutionBase.loadProblem(*mps.getMatrixByCol(), mps.getColLower(), in mainTest()
1563 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1616 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1678 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in ClpSimplexUnitTest()
1880 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), in ClpSimplexUnitTest()
2172 CoinBigIndex numberElements = m.getMatrixByCol()->getNumElements(); in ClpSimplexUnitTest()
2191 startM = m.getMatrixByCol()->getVectorStarts(); in ClpSimplexUnitTest()
2192 lengthM = m.getMatrixByCol()->getVectorLengths(); in ClpSimplexUnitTest()
2193 indexM = m.getMatrixByCol()->getIndices(); in ClpSimplexUnitTest()
2194 elementM = m.getMatrixByCol()->getElements(); in ClpSimplexUnitTest()
[all …]
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCommonTest/
H A DOsiSolverInterfaceTest.cpp1909 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testSettingSolutions()
2365 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testReducedCosts()
2599 si1->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2609 si3->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2613 si4->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2680 pm = new CoinPackedMatrix(*base->getMatrixByCol()); in testLoadAndAssignProblem()
3772 si->getMatrixByCol()->transposeTimes(ray, rA); in testDualRays()
4013 CoinPackedMatrix sm = *si.getMatrixByCol(); in OsiSolverInterfaceCommonUnitTest()
4403 *(exmip1Si->getMatrixByCol()), in OsiSolverInterfaceCommonUnitTest()
4455 CoinPackedMatrix pm1 = *(si->getMatrixByCol()); in OsiSolverInterfaceCommonUnitTest()
[all …]
H A DOsiSimplexAPITest.cpp97 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in buildBasisMatrix()
233 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testBInvACol()
482 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testReducedGradient()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCommonTest/
H A DOsiSolverInterfaceTest.cpp1909 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testSettingSolutions()
2365 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testReducedCosts()
2598 si1->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2608 si3->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2612 si4->loadProblem(*base->getMatrixByCol(), in testLoadAndAssignProblem()
2679 pm = new CoinPackedMatrix(*base->getMatrixByCol()); in testLoadAndAssignProblem()
3771 si->getMatrixByCol()->transposeTimes(ray, rA); in testDualRays()
4011 CoinPackedMatrix sm = *si.getMatrixByCol(); in OsiSolverInterfaceCommonUnitTest()
4401 *(exmip1Si->getMatrixByCol()), in OsiSolverInterfaceCommonUnitTest()
4453 CoinPackedMatrix pm1 = *(si->getMatrixByCol()); in OsiSolverInterfaceCommonUnitTest()
[all …]
H A DOsiSimplexAPITest.cpp97 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in buildBasisMatrix()
233 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testBInvACol()
482 const CoinPackedMatrix *mtx = si->getMatrixByCol(); in testReducedGradient()
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiSolverInterface.cpp1160 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readMps()
1202 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readGMPL()
1245 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readMps()
1298 writer.setMpsData(*getMatrixByCol(), getInfinity(), in writeMpsNative()
1869 const CoinPackedMatrix *matrix = getMatrixByCol(); in differentModel()
1870 const CoinPackedMatrix *matrix2 = other.getMatrixByCol(); in differentModel()
1946 snap->setMatrixByCol(getMatrixByCol(), false); in snapshot()
2501 const double *elementByColumn = getMatrixByCol()->getElements(); in statistics()
2503 const int *columnLength = getMatrixByCol()->getVectorLengths(); in statistics()
2504 const int *row = getMatrixByCol()->getIndices(); in statistics()
[all …]
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiSolverInterface.cpp1160 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readMps()
1202 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readGMPL()
1245 loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in readMps()
1298 writer.setMpsData(*getMatrixByCol(), getInfinity(), in writeMpsNative()
1863 const CoinPackedMatrix *matrix = getMatrixByCol(); in differentModel()
1864 const CoinPackedMatrix *matrix2 = other.getMatrixByCol(); in differentModel()
1940 snap->setMatrixByCol(getMatrixByCol(), false); in snapshot()
2495 const double *elementByColumn = getMatrixByCol()->getElements(); in statistics()
2497 const int *columnLength = getMatrixByCol()->getVectorLengths(); in statistics()
2498 const int *row = getMatrixByCol()->getIndices(); in statistics()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Examples/
H A DmilpOsi2.c45 const CoinPackedMatrix *mat(si.getMatrixByCol()); in main()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/disjunctive/
H A DOsiCuts2MatrVec.cpp252 const CoinPackedMatrix *m = cglp->getMatrixByCol(); in OsiCuts2MatrVec()
267 const CoinPackedMatrix *m = cglp->getMatrixByCol(); in OsiCuts2MatrVec()
H A DdummyVecMatr.cpp129 const CoinPackedMatrix *A = si.getMatrixByCol (); in printLPMatrix()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Dpiece.cpp30 model1.loadProblem(*m.getMatrixByCol(), in main()
36 const CoinPackedMatrix * matrix1 = m.getMatrixByCol(); in main()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyCoinMpsIO.pxd65 # cpdef getMatrixByCol(self)
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolverInterfaceIO.cpp402 loadProblem(*reader.getMatrixByCol(), in readMps()
422 writer.setMpsData(*getMatrixByCol(), getInfinity(), in writeMps()
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisHeurRound.cpp61 matrix_ = *model_->solver()->getMatrixByCol(); in setModel()
91 matrix_ = *(model_->solver()->getMatrixByCol()); in searchSolution()
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolverInterfaceIO.cpp402 loadProblem(*reader.getMatrixByCol(), in readMps()
422 writer.setMpsData(*getMatrixByCol(), getInfinity(), in writeMps()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcHeuristic.cpp109 matrix_ = *(model_->solver()->getMatrixByCol()); in solution()
417 matrix_ = *model_->solver()->getMatrixByCol(); in setModel()
H A DAbcModel.h607 const CoinPackedMatrix * getMatrixByCol() const in getMatrixByCol() function
608 { return solver_->getMatrixByCol(); } in getMatrixByCol()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglClique/
H A DCglCliqueHelper.cpp103 const CoinPackedMatrix& mcol = *si.getMatrixByCol(); in selectRowCliques()
161 const CoinPackedMatrix& mcol = *si.getMatrixByCol(); in createSetPackingSubMatrix()
/dports/math/osi-conic/OSI-CONIC-releases-1.0.0/src/
H A DOsiConicSolverInterface.cpp16 const CoinPackedMatrix * matrix = m_MpsData.getMatrixByCol(); in readMps()

12345678