Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scipopt/scip
SCIP - Solving Constraint Integer Programs
https://github.com/scipopt/scip
constraint-programming integer-programming minlp minlp-solver mip mip-solver scip
Last synced: 2 days ago
JSON representation
SCIP - Solving Constraint Integer Programs
- Host: GitHub
- URL: https://github.com/scipopt/scip
- Owner: scipopt
- License: other
- Created: 2021-02-26T09:16:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:35:30.000Z (4 months ago)
- Last Synced: 2024-10-29T11:44:56.341Z (4 months ago)
- Topics: constraint-programming, integer-programming, minlp, minlp-solver, mip, mip-solver, scip
- Language: C
- Homepage:
- Size: 218 MB
- Stars: 401
- Watchers: 12
- Forks: 64
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-hardware - scip
README
# SCIP: Solving Constraint Integer Programs
Welcome to what is currently one of the fastest academically developed solvers
for mixed integer programming (MIP) and mixed integer nonlinear programming
(MINLP). In addition, SCIP provides a highly flexible framework for constraint
integer programming and branch-cut-and-price. It allows for total control of the
solution process and the access of detailed information down to the guts of the
solver.The original instance of this repository is hosted at
[git.zib.de](https://git.zib.de) and a read-only
mirror is available at
[github.com/scipopt/scip](https://github.com/scipopt/scip).Further information and resources are available through the official website at
[scipopt.org](https://scipopt.org):- [online documentation](https://scipopt.org/doc) of the code with information how to get started,
- downloads of official releases and binaries for various platforms,
- release reports and scientific articles describing the algorithms behind SCIP,
- information how to cite SCIP when you use it in scientific publications,
- ...For installation instructions have a look [here](INSTALL.md) or in the [online
documentation](https://scipopt.org/doc/html/INSTALL.php).