gitextract_vql885vl/ ├── .coin-or/ │ └── projDesc.xml ├── .github/ │ └── workflows/ │ ├── ci-cvxpy.yml │ ├── cibuildwheel.yml │ └── release.yml ├── .gitignore ├── AUTHORS ├── LICENSE ├── MANIFEST.in ├── README.rst ├── cylp/ │ ├── VERSION │ ├── __init__.py │ ├── cpp/ │ │ ├── .gitignore │ │ ├── CbcCompareUser.cpp │ │ ├── CbcCompareUser.hpp │ │ ├── CyClpSimplex_api.h │ │ ├── ICbc.cpp │ │ ├── ICbc.hpp │ │ ├── ICbcModel.cpp │ │ ├── ICbcModel.hpp │ │ ├── ICbcNode.cpp │ │ ├── ICbcNode.hpp │ │ ├── ICglCutGeneratorBase.cpp │ │ ├── ICglCutGeneratorBase.h │ │ ├── IClpDualRowPivotBase.cpp │ │ ├── IClpDualRowPivotBase.h │ │ ├── IClpPackedMatrix.cpp │ │ ├── IClpPackedMatrix.hpp │ │ ├── IClpPrimalColumnPivot.cpp │ │ ├── IClpPrimalColumnPivot.h │ │ ├── IClpPrimalColumnPivotBase.cpp │ │ ├── IClpPrimalColumnPivotBase.h │ │ ├── IClpSimplex.cpp │ │ ├── IClpSimplex.hpp │ │ ├── IClpSimplexPrimal.cpp │ │ ├── IClpSimplexPrimal.hpp │ │ ├── IClpSimplexPrimal_Wolfe.cpp │ │ ├── IClpSimplexPrimal_Wolfe.hpp │ │ ├── ICoinIndexedVector.cpp │ │ ├── ICoinIndexedVector.hpp │ │ ├── ICoinMP.cpp │ │ ├── ICoinMP.hpp │ │ ├── ICoinModel.hpp │ │ ├── ICoinMpsIO.cpp │ │ ├── ICoinMpsIO.hpp │ │ ├── ICoinPackedMatrix.cpp │ │ ├── ICoinPackedMatrix.hpp │ │ ├── IOsiCuts.cpp │ │ └── IOsiCuts.hpp │ ├── cy/ │ │ ├── .gitignore │ │ ├── CyCbcModel.pxd │ │ ├── CyCbcModel.pyx │ │ ├── CyCbcNode.pxd │ │ ├── CyCbcNode.pyx │ │ ├── CyCgl.pxd │ │ ├── CyCgl.pyx │ │ ├── CyCglCutGeneratorBase.pxd │ │ ├── CyCglCutGeneratorBase.pyx │ │ ├── CyCglTreeInfo.pxd │ │ ├── CyCglTreeInfo.pyx │ │ ├── CyClpDualRowPivotBase.pxd │ │ ├── CyClpDualRowPivotBase.pyx │ │ ├── CyClpPrimalColumnPivotBase.pxd │ │ ├── CyClpPrimalColumnPivotBase.pyx │ │ ├── CyClpPrimalColumnSteepest.pyx │ │ ├── CyClpSimplex.pxd │ │ ├── CyClpSimplex.pyx │ │ ├── CyClpSimplex_api.h │ │ ├── CyCoinIndexedVector.pxd │ │ ├── CyCoinIndexedVector.pyx │ │ ├── CyCoinModel.pxd │ │ ├── CyCoinModel.pyx │ │ ├── CyCoinMpsIO.pxd │ │ ├── CyCoinMpsIO.pyx │ │ ├── CyCoinPackedMatrix.pxd │ │ ├── CyCoinPackedMatrix.pyx │ │ ├── CyCutGeneratorPythonBase.pxd │ │ ├── CyCutGeneratorPythonBase.pyx │ │ ├── CyDantzigPivot.pxd │ │ ├── CyDantzigPivot.pyx │ │ ├── CyDualPivotPythonBase.pxd │ │ ├── CyDualPivotPythonBase.pyx │ │ ├── CyOsiCuts.pxd │ │ ├── CyOsiCuts.pyx │ │ ├── CyOsiSolverInterface.pxd │ │ ├── CyOsiSolverInterface.pyx │ │ ├── CyPEPivot.pxd │ │ ├── CyPEPivot.pyx │ │ ├── CyPivotPythonBase.pxd │ │ ├── CyPivotPythonBase.pyx │ │ ├── CySolve.py │ │ ├── CyTest.pyx │ │ ├── CyWolfePivot.pxd │ │ ├── CyWolfePivot.pyx │ │ ├── __init__.py │ │ └── createCythonInterface.py │ ├── doc/ │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── mathjax.py │ │ └── source/ │ │ ├── conf.py │ │ ├── index.rst │ │ └── modules/ │ │ ├── CyCbcModel.rst │ │ ├── CyClpSimplex.rst │ │ ├── CyCoinIndexedVector.rst │ │ ├── CyCoinModel.rst │ │ ├── CyCoinMpsIO.rst │ │ ├── CyCoinPackedMatrix.rst │ │ ├── CyPivotPythonBase.rst │ │ ├── DantzigPivot.rst │ │ ├── DualDantzigPivot.rst │ │ ├── LIFOPivot.rst │ │ ├── MostFrequentPivot.rst │ │ ├── PivotPythonBase.rst │ │ ├── PositiveEdgePivot.rst │ │ ├── cy.rst │ │ ├── modeling.rst │ │ ├── pivots.rst │ │ ├── py.rst │ │ └── sparseUtil.rst │ ├── input/ │ │ ├── aug3dcqp.qps │ │ ├── cvxqp1_s.qps │ │ ├── cvxqp2_s.qps │ │ ├── fileDownloader.py │ │ ├── h.qps │ │ ├── hs268.qps │ │ ├── hs268_2.qps │ │ ├── hs268_p.qps │ │ ├── hs35.qps │ │ ├── hs35_2.qps │ │ ├── netlib/ │ │ │ ├── 25fv47.mps │ │ │ ├── 80bau3b.mps │ │ │ ├── adlittle.mps │ │ │ ├── afiro.mps │ │ │ ├── agg.mps │ │ │ ├── agg2.mps │ │ │ ├── agg3.mps │ │ │ ├── ascii │ │ │ ├── bandm.mps │ │ │ ├── beaconfd.mps │ │ │ ├── blend.mps │ │ │ ├── bnl1.mps │ │ │ ├── bnl2.mps │ │ │ ├── boeing1.mps │ │ │ ├── boeing2.mps │ │ │ ├── bore3d.mps │ │ │ ├── brandy.mps │ │ │ ├── capri.mps │ │ │ ├── changes │ │ │ ├── cycle.mps │ │ │ ├── czprob.mps │ │ │ ├── d2q06c.mps │ │ │ ├── d6cube.mps │ │ │ ├── degen2.mps │ │ │ ├── degen3.mps │ │ │ ├── dfl001.mps │ │ │ ├── e226.mps │ │ │ ├── etamacro.mps │ │ │ ├── fffff800.mps │ │ │ ├── fileDownloader.py │ │ │ ├── finnis.mps │ │ │ ├── fit1d.mps │ │ │ ├── fit1p.mps │ │ │ ├── fit2d.mps │ │ │ ├── fit2p.mps │ │ │ ├── forplan.mps │ │ │ ├── ganges.mps │ │ │ ├── gfrd-pnc.mps │ │ │ ├── greenbea.mps │ │ │ ├── greenbeb.mps │ │ │ ├── grow15.mps │ │ │ ├── grow22.mps │ │ │ ├── grow7.mps │ │ │ ├── israel.mps │ │ │ ├── kb2.mps │ │ │ ├── lotfi.mps │ │ │ ├── maros │ │ │ ├── maros-r7.mps │ │ │ ├── maros.mps │ │ │ ├── minos │ │ │ ├── modszk1.mps │ │ │ ├── nesm.mps │ │ │ ├── perold.mps │ │ │ ├── pilot.ja.mps │ │ │ ├── pilot.mps │ │ │ ├── pilot.we.mps │ │ │ ├── pilot4.mps │ │ │ ├── pilot87.mps │ │ │ ├── pilotnov.mps │ │ │ ├── readme │ │ │ ├── recipe.mps │ │ │ ├── sc105.mps │ │ │ ├── sc205.mps │ │ │ ├── sc50a.mps │ │ │ ├── sc50b.mps │ │ │ ├── scagr25.mps │ │ │ ├── scagr7.mps │ │ │ ├── scfxm1.mps │ │ │ ├── scfxm2.mps │ │ │ ├── scfxm3.mps │ │ │ ├── scorpion.mps │ │ │ ├── scrs8.mps │ │ │ ├── scsd1.mps │ │ │ ├── scsd6.mps │ │ │ ├── scsd8.mps │ │ │ ├── sctap1.mps │ │ │ ├── sctap2.mps │ │ │ ├── sctap3.mps │ │ │ ├── seba.mps │ │ │ ├── share1b.mps │ │ │ ├── share2b.mps │ │ │ ├── shell.mps │ │ │ ├── ship04l.mps │ │ │ ├── ship04s.mps │ │ │ ├── ship08l.mps │ │ │ ├── ship08s.mps │ │ │ ├── ship12l.mps │ │ │ ├── ship12s.mps │ │ │ ├── sierra.mps │ │ │ ├── stair.mps │ │ │ ├── standata.mps │ │ │ ├── standgub.mps │ │ │ ├── standmps.mps │ │ │ ├── stocfor1.mps │ │ │ ├── stocfor2.mps │ │ │ ├── stocfor3.old │ │ │ ├── truss │ │ │ ├── tuff.mps │ │ │ ├── vtp.base.mps │ │ │ ├── wood1p.mps │ │ │ └── woodw.mps │ │ ├── nsct1.mps │ │ ├── p0033.mps │ │ └── pp.qps │ ├── py/ │ │ ├── Constants.py │ │ ├── PySolve.py │ │ ├── QP/ │ │ │ ├── GQP.py │ │ │ ├── QP.py │ │ │ ├── QPGen.py │ │ │ ├── QPSReader.py │ │ │ └── __init__.py │ │ ├── __init__.py │ │ ├── mip/ │ │ │ ├── CyLPCutGenerator.py │ │ │ ├── GomoryCutGenerator.py │ │ │ ├── NodeCompareBase.py │ │ │ ├── SimpleNodeCompare.py │ │ │ └── __init__.py │ │ ├── modeling/ │ │ │ ├── CyLPModel.py │ │ │ ├── __init__.py │ │ │ └── test_modeling.py │ │ ├── pivots/ │ │ │ ├── DantzigPivot.py │ │ │ ├── DualDantzigPivot.py │ │ │ ├── DualPivotPythonBase.py │ │ │ ├── LIFOPivot.py │ │ │ ├── MostFrequentPivot.py │ │ │ ├── PivotPythonBase.py │ │ │ ├── PositiveEdgePivot.py │ │ │ ├── PositiveEdgeWolfePivot.py │ │ │ ├── WolfePivot.py │ │ │ ├── WolfePivotPE.py │ │ │ └── __init__.py │ │ ├── test_PySolve.py │ │ └── utils/ │ │ ├── __init__.py │ │ ├── readSetcovering.py │ │ ├── sparseUtil.py │ │ └── util.py │ └── tests/ │ ├── __init__.py │ ├── test_CyClpSimplex.py │ ├── test_CyClpSimplex_CyLPModel.py │ ├── test_CyCoinIndexedVector.py │ ├── test_CyCoinModel.py │ ├── test_CyCoinMpsIO.py │ ├── test_CySolve.py │ ├── test_IO.py │ ├── test_IndexFactory.py │ ├── test_MIP.py │ ├── test_QP.py │ ├── test_argWeightedMax.py │ ├── test_sparseUtil.py │ └── test_warmStart.py ├── fixBinaries.py ├── pyproject.toml └── setup.py