Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 764 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 764 Bytes

Operations Research Project

Master's Degree in Computer Science and Engineering @ Politecnico di Milano
Course: Foundations of Operation's Research, 2022/2023
Professor: Federico Malucelli

Project evaluation: 14/14

Abstract

This project was a group assignment done in collaboration with my colleagues Luca Cordioli and Alessandro Di Renzo.

The task was to solve a complex Integer Linear Programming (ILP) problem using the Python-MIP package. Since it wasn't viable to find an exact solution due to the amount of parameters, the evaluation of this project took into consideration the accuracy of the approximation and the execution time.

Further details about the optimization problem and our proposed solution are found in the "notebook.ipynb" file.