Go to file
Hilmar Magnusson d1c0f75655 remove dat:
Signed-off-by: Hilmar Magnusson <hilmarmag@protonmail.com>
2024-11-27 20:17:39 +01:00
README dump first 2024-11-27 07:47:04 +01:00
opt.py dump first 2024-11-27 07:47:04 +01:00
requirements.txt dump first 2024-11-27 07:47:04 +01:00
scheduler.py dump first 2024-11-27 07:47:04 +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