Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 422 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 422 Bytes

Optimization-Models

This repository contains a set of python code for implementation of Linear Programming methods for "toy" optimization problems such as facility location, transport planning, lecture assignments to students, vortex colouring etc. These problems are modelled using Linear Programming and solved using the Gurobi Solver. These were carried out as part of the curriculum in RWTH Aachen Business School.