https://github.com/arthurverrez/combinatorial-optimization-introduction
An introduction to combinatorial optimization from a Mines de Paris course, leveraging Gurobi.
https://github.com/arthurverrez/combinatorial-optimization-introduction
combinatorial-optimization course gurobi-optimization mines-de-paris
Last synced: 4 months ago
JSON representation
An introduction to combinatorial optimization from a Mines de Paris course, leveraging Gurobi.
- Host: GitHub
- URL: https://github.com/arthurverrez/combinatorial-optimization-introduction
- Owner: ArthurVerrez
- License: mit
- Created: 2021-03-09T10:38:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T15:38:07.000Z (over 2 years ago)
- Last Synced: 2025-03-02T13:31:44.060Z (about 1 year ago)
- Topics: combinatorial-optimization, course, gurobi-optimization, mines-de-paris
- Language: Jupyter Notebook
- Homepage:
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An Introduction to Combinatorial Optimization with Gurobi
## Description
The content of this repo was created in the context of the course of Optimisation Combinatoire et Stochastique at MINES ParisTech, PSL University.
It leverages Gurobi to solve an example combinatorial optimization problem.
## Getting started
You can simply get started with the PDF file "documentation.pdf" describing the different questions that will be tackled in this project. The notebook *electrical_power_generation.ipynb* contain the math and the code necessary to solve the different problems.
## License
The PDF "documentation.pdf" is provided here only as a reference, it entirely belongs to the CMA department of Mines ParisTech.
On the other hand, the notebook *electrical_power_generation.ipynb* is under the MIT license.