Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 468 Bytes

Linear optimization with Gurobi

In the course "Einführung in Operations Research / Quantitative Methoden 2021", I used the Gurobi solver through its Python interface to model 4 optimization problems as linear programs. The only required module is gurobipy.

For each problem, there are 2 test files containing sample data besides the main model file. The optimal objective values can be found under the problem description (in German).