No description
| inputdata | ||
| src | ||
| .gitignore | ||
| doc.md | ||
| notes.md | ||
| Readme.md | ||
| Readme.txt | ||
| requirements.txt | ||
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