forked from PSSAI_Team/JobShopScheduling
|
||
---|---|---|
inputdata | ||
src | ||
.gitignore | ||
Readme.md | ||
Readme.txt | ||
doc.md | ||
notes.md | ||
requirements.txt | ||
shell.nix |
Readme.md
Lösen von Job Shop Scheduling Problemen mit Simulated Annealing
Tooling
- Python 3.6
- MyPy für statische Typchecks
- Pandoc für die Dokumentation
- Python Module: siehe requirements.txt
Zur einfachen Entwicklung wird die Verwendung eines venv empfohlen, bevorzugter Name: pyenv
Erstellung + Installation aller benötigten Module:
$ python -m venv pyenv
$ ./pyenv/bin/pip install -r requirements.txt