Skip to content

Instantly share code, notes, and snippets.

@tkralphs
Created June 12, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkralphs/ddab9ba0d573f2eb5e9f6e5155a2cb16 to your computer and use it in GitHub Desktop.
Save tkralphs/ddab9ba0d573f2eb5e9f6e5155a2cb16 to your computer and use it in GitHub Desktop.
Decription:
Slug: Cbc
ShortName: CBC
LongName: COIN-OR Branch and Cut
ShortDescription: An LP-based branch-and-cut library.
LongDescription:
- |-
CBC is an open-source MILP solver. It uses many of the COIN-OR components
and is designed to be used with CLP. It is available as a library and
as a standalone solver.
Manager: Ted Ralphs, ted at lehigh dot edu
HomePage: https://github.com/coin-or/Cbc
License: Eclipse Public License 1.0
LicenseURL: http://www.opensource.org/licenses/eclipse-1.0
Language:
- C++
Categories:
- Optimization deterministic linear discrete
Dependencies:
coin:
- Slug: CoinUtils
Version: master
- Slug: Clp
Version: master
- Slug: Cgl
Version: master
- Slug: Osi
Version: master
- Slug: Cgl
Version: master
thirdParty:
- Slug: GLPK
Description: GNU Linear Programming Kit
URL: http://www.gnu.org/software/glpk
Version: master
requiredOrOptional: Optional
- Slug: ASL
Description: AMPL Solver Library
URL: http://www.netlib.org/ampl/solvers/
Version: master
requiredOrOptional: Recommended
- Slug: Mumps
Description: Basic Linear Algebra Subroutines
requiredOrOptional: Optional
- Slug: LAPACK
Description: Linear Algebra Package
URL: http://www.netlib.org/lapack
requiredOrOptional: Optional
other:
- Description: Basic Linear Algenra Subroutines (BLAS)
URL: http://www.netlib.org/blas
requiredOrOptional: Recommended
- Description: Linear Algebra Package (LAPACK)
URL: http://www.netlib.org/lapack
requiredOrOptional: Recommended
- Description: GNU Readline
requiredOrOptional: Recommended
- Description: GNU History
requiredOrOptional: Recommended
DevelopmentStatus:
activityStatus: Active
maturityLevel: 5
testedPlatforms:
- operatingSystem: Linux
compiler: gcc
- operatingSystem: "Mac OS X"
compiler:
- gcc
- clang
- operatingSystem: "Microsoft Windows"
compiler: cl
- operatingSystem: "Microsoft Windows with MSys2"
compiler:
- gcc
- cl
- icl
- operatingSystem: "Microsoft Windows Subsystem for Linux"
compiler:
- gcc
- cl
- icl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment