diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 23:15:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-02 23:19:11 +0000 |
commit | 358eedb9789ae55338d9f3bcbb50ae4c5af8678b (patch) | |
tree | 4d8698de4a85bd2c26aafa3ab0d39abb4aca0032 /math/highs/pkg-plist | |
parent | 50f76844dea6fd981213dcd6a377a6b9fdb71cc6 (diff) | |
download | ports-358eedb9789ae55338d9f3bcbb50ae4c5af8678b.tar.gz ports-358eedb9789ae55338d9f3bcbb50ae4c5af8678b.zip |
New port: math/highs: Solver for large scale sparse linear programming (LP) problems
Diffstat (limited to 'math/highs/pkg-plist')
-rw-r--r-- | math/highs/pkg-plist | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/math/highs/pkg-plist b/math/highs/pkg-plist new file mode 100644 index 000000000000..9f4c44b78bfe --- /dev/null +++ b/math/highs/pkg-plist @@ -0,0 +1,92 @@ +bin/highs +include/HConfig.h +include/Highs.h +include/interfaces/OsiHiGHSSolverInterface.hpp +include/interfaces/highs_c_api.h +include/io/Filereader.h +include/io/FilereaderEms.h +include/io/FilereaderLp.h +include/io/FilereaderMps.h +include/io/HMPSIO.h +include/io/HMpsFF.h +include/io/HighsIO.h +include/io/LoadOptions.h +include/ipm/IpxStatus.h +include/ipm/IpxWrapper.h +include/lp_data/HConst.h +include/lp_data/HStruct.h +include/lp_data/HighsAnalysis.h +include/lp_data/HighsDebug.h +include/lp_data/HighsInfo.h +include/lp_data/HighsLp.h +include/lp_data/HighsLpUtils.h +include/lp_data/HighsModelObject.h +include/lp_data/HighsModelObjectUtils.h +include/lp_data/HighsModelUtils.h +include/lp_data/HighsOptions.h +include/lp_data/HighsRanging.h +include/lp_data/HighsSolution.h +include/lp_data/HighsSolutionDebug.h +include/lp_data/HighsSolve.h +include/lp_data/HighsStatus.h +include/mip/HighsCliqueTable.h +include/mip/HighsCutPool.h +include/mip/HighsDomain.h +include/mip/HighsDomainChange.h +include/mip/HighsDynamicRowMatrix.h +include/mip/HighsImplications.h +include/mip/HighsLpRelaxation.h +include/mip/HighsMipSolver.h +include/mip/HighsMipSolverData.h +include/mip/HighsNodeQueue.h +include/mip/HighsPseudocost.h +include/mip/HighsSearch.h +include/mip/HighsSeparation.h +include/mip/HighsSparseVectorSum.h +include/mip/SolveMip.h +include/presolve/HPreData.h +include/presolve/Presolve.h +include/presolve/PresolveAnalysis.h +include/presolve/PresolveComponent.h +include/presolve/PresolveUtils.h +include/simplex/FactorTimer.h +include/simplex/HApp.h +include/simplex/HCrash.h +include/simplex/HDual.h +include/simplex/HDualRHS.h +include/simplex/HDualRow.h +include/simplex/HFactor.h +include/simplex/HFactorDebug.h +include/simplex/HMatrix.h +include/simplex/HPrimal.h +include/simplex/HQPrimal.h +include/simplex/HSimplex.h +include/simplex/HSimplexDebug.h +include/simplex/HSimplexReport.h +include/simplex/HVector.h +include/simplex/HighsSimplexAnalysis.h +include/simplex/HighsSimplexInterface.h +include/simplex/SimplexConst.h +include/simplex/SimplexStruct.h +include/test/DevKkt.h +include/test/KktCh2.h +include/util/HighsComponent.h +include/util/HighsMatrixPic.h +include/util/HighsRandom.h +include/util/HighsSort.h +include/util/HighsTimer.h +include/util/HighsUtils.h +include/util/stringutil.h +lib/cmake/highs/highs-config.cmake +lib/cmake/highs/highs-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/highs/highs-targets.cmake +lib/libOsiHighs.so +lib/libOsiHighs.so.1.0 +lib/libOsiHighs.so.1.0.0 +lib/libbasiclu.so +lib/libhighs.so +lib/libhighs.so.1.0 +lib/libhighs.so.1.0.0 +lib/libipx.so +libdata/pkgconfig/highs.pc +libdata/pkgconfig/osi-highs.pc |