Skip to content

Implementations created during the Data Analysis and Programming for OM (DAPOM) course 2022-2023 followed at the University of Groningen.

Notifications You must be signed in to change notification settings

teletobbie/dapom

Repository files navigation

DAPOM

This codebase includes implementations of the weekly exercises and the final assignment of the course Data Analysis and Programming for Operations Management.

Prerequisites

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

For running

In order to run the codebase follow these directions:

  1. git clone the project or download it via this page
  2. Run pip install -r requirements.txt in the root project directory /dapom
  3. Have elasticsearch server running (see prerequisites point 3)

Extra note

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

About

Implementations created during the Data Analysis and Programming for OM (DAPOM) course 2022-2023 followed at the University of Groningen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published