Home
last modified time | relevance | path

Searched refs:getMatrixByCol (Results 26 – 50 of 196) sorted by relevance

12345678

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicFPump.cpp965 const double *element = solver->getMatrixByCol()->getElements(); in solutionInternal()
966 const int *row = solver->getMatrixByCol()->getIndices(); in solutionInternal()
968 const int *columnLength = solver->getMatrixByCol()->getVectorLengths(); in solutionInternal()
1508 const double *element = solver->getMatrixByCol()->getElements(); in solutionInternal()
1509 const int *row = solver->getMatrixByCol()->getIndices(); in solutionInternal()
1510 const CoinBigIndex *columnStart = solver->getMatrixByCol()->getVectorStarts(); in solutionInternal()
1511 const int *columnLength = solver->getMatrixByCol()->getVectorLengths(); in solutionInternal()
2155 newSolver->getMatrixByCol()->times(newSolution, rowActivity); in solutionInternal()
2700 const CoinPackedMatrix *matrixByColumn = solver->getMatrixByCol(); in rounds()
2876 solver->getMatrixByCol()->times(solution, rowActivity); in rounds()
[all …]
H A DCoinSolve.cpp286 solver->getMatrixByCol()->getNumElements()); in cbc_resolve_check()
/dports/math/osiipopt/OsiIpopt-releases-0.1-8-gc808091/src/
H A DOsiIpoptSolverInterface.hpp255 virtual const CoinPackedMatrix * getMatrixByCol() const;
H A DOsiIpoptSolverInterface.cpp282 const CoinPackedMatrix * OsiIpoptSolverInterface::getMatrixByCol() const { in getMatrixByCol() function in OsiIpoptSolverInterface
923 matrix_ = new CoinPackedMatrix(*(other->getMatrixByCol())); in OsiIpoptSolverInterface()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSnapshot.hpp149 inline const CoinPackedMatrix *getMatrixByCol() const in getMatrixByCol() function in CoinSnapshot
H A DCoinLpIO.hpp227 const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/examples/
H A Dlongthin.cpp116 const CoinPackedMatrix *matrix = solver3->getMatrixByCol(); in main()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSnapshot.hpp149 inline const CoinPackedMatrix *getMatrixByCol() const in getMatrixByCol() function in CoinSnapshot
H A DCoinLpIO.hpp227 const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSnapshot.hpp114 inline const CoinPackedMatrix * getMatrixByCol() const in getMatrixByCol() function in CoinSnapshot
H A DCoinLpIO.hpp198 const CoinPackedMatrix * getMatrixByCol() const;
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSnapshot.hpp149 inline const CoinPackedMatrix *getMatrixByCol() const in getMatrixByCol() function in CoinSnapshot
H A DCoinLpIO.hpp227 const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/OsiSym/
H A DOsiSymSolverInterface.cpp1414 matrixByRow_ = new CoinPackedMatrix(*getMatrixByCol()); in getMatrixByRow()
1416 matrixByRow_->copyOf(*getMatrixByCol()); in getMatrixByRow()
1427 const CoinPackedMatrix * OsiSymSolverInterface::getMatrixByCol() const in getMatrixByCol() function in OsiSymSolverInterface
1807 const CoinPackedMatrix * colMat = getMatrixByCol(); in writeMps()
/dports/math/highs/HiGHS-cfe064e/src/interfaces/
H A DOsiHiGHSSolverInterface.hpp150 virtual const CoinPackedMatrix* getMatrixByCol() const;
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCommonTest/
H A DOsiUnitTestUtils.cpp313 const CoinPackedMatrix *cmm1 = osi1->getMatrixByCol(); in compareProblems()
314 const CoinPackedMatrix *cm = osi2->getMatrixByCol(); in compareProblems()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCommonTest/
H A DOsiUnitTestUtils.cpp313 const CoinPackedMatrix *cmm1 = osi1->getMatrixByCol(); in compareProblems()
314 const CoinPackedMatrix *cm = osi2->getMatrixByCol(); in compareProblems()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DtestQP.cpp36 model.loadProblem(*m.getMatrixByCol(), m.getColLower(), m.getColUpper(), in main()
/dports/math/osi/Osi-0.108.6/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp212 virtual const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/clp/Clp-1.17.3/Osi/src/OsiXpr/
H A DOsiXprSolverInterface.hpp212 virtual const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiSolverInterface.cpp1197 loadProblem(*m.getMatrixByCol(),m.getColLower(),m.getColUpper(), in readMps()
1240 loadProblem(*m.getMatrixByCol(),m.getColLower(),m.getColUpper(), in readGMPL()
1284 loadProblem(*m.getMatrixByCol(),m.getColLower(),m.getColUpper(), in readMps()
1340 writer.setMpsData(*getMatrixByCol(), getInfinity(), in writeMpsNative()
1886 snap->loadProblem(*getMatrixByCol(),getColLower(),getColUpper(), in snapshot()
1899 snap->setMatrixByCol(getMatrixByCol(),false); in snapshot()
/dports/math/osi/Osi-0.108.6/Osi/src/OsiMsk/
H A DOsiMskSolverInterface.hpp225 virtual const CoinPackedMatrix * getMatrixByCol() const;
/dports/math/osi/Osi-0.108.6/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.hpp233 virtual const CoinPackedMatrix *getMatrixByCol() const;
/dports/math/clp/Clp-1.17.3/Osi/src/OsiMsk/
H A DOsiMskSolverInterface.hpp225 virtual const CoinPackedMatrix * getMatrixByCol() const;
/dports/math/clp/Clp-1.17.3/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.hpp233 virtual const CoinPackedMatrix *getMatrixByCol() const;

12345678