Go to file
Hilmar Magnusson 5672217c5c dump new
Signed-off-by: Hilmar Magnusson <hilmarmag@protonmail.com>
2024-11-28 08:39:53 +01:00
data dump new 2024-11-28 08:39:53 +01:00
README commit message 2024-11-27 20:19:03 +01:00
opt.py dump new 2024-11-28 08:39:53 +01:00
requirements.txt commit message 2024-11-27 20:19:03 +01:00
scheduler.py commit message 2024-11-27 20:19:03 +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