first commit

This commit is contained in:
Hilmar Magnusson 2024-11-14 08:23:31 +01:00
commit 976ec8913f
1 changed files with 8 additions and 0 deletions

8
README Normal file
View File

@ -0,0 +1,8 @@
# 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