Go to file
Hilmar Magnusson 9f80e7cba8 add reqs 2024-11-14 08:24:02 +01:00
README first commit 2024-11-14 08:23:31 +01:00
ekg.py add reqs 2024-11-14 08:24:02 +01:00
requirements.txt add reqs 2024-11-14 08:24:02 +01:00

README

# Create EKG Schedule

based on https://python.plainenglish.io/solving-the-resource-constrained-project-scheduling-problem-rcpsp-with-python-and-pyomo-001cffd5344a

$ python -m venv ekg
$ source ekg/bin/activate
$ pip install -r requirements.txt