No description
				
			
		| 
				 | 
			||
|---|---|---|
| inputdata | ||
| src | ||
| .gitignore | ||
| notes.md | ||
| Readme.md | ||
| requirements.txt | ||
Lösen von Job Shop Scheduling Problemen mit Simulated Annealing
Tooling
- Python 3.5
 - 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