This codebase includes implementations of the weekly exercises and the final assignment of the course Data Analysis and Programming for Operations Management.
In order to run this codebase the following requirements have to be satisfied.
- Have the lastest version of python installed (codebase current version is 3.10.4)
- Have Gurobi installed on your machine
- Have Elasticsearch installed and the server running on your machine
In order to run the codebase follow these directions:
git clone
the project or download it via this page- Run
pip install -r requirements.txt
in the root project directory/dapom
- Have elasticsearch server running (see prerequisites point 3)
For running the final assignment change the in secret.csv
file in /dapom/final/utils
folder the username and password to your elastic search username and password. After this, you can run the final by starting belsimpel.py