Go to file
Maximilian Schlosser 21f78a0479 initial documentation 2017-06-23 19:00:50 +02:00
src add mypy_cache to gitignore 2017-06-20 15:05:38 +02:00
.gitignore add mypy_cache to gitignore 2017-06-20 15:05:38 +02:00
Readme.md require python 3.6 2017-06-20 16:25:18 +02:00
doc.md initial documentation 2017-06-23 19:00:50 +02:00
notes.md clarify index j 2017-06-20 16:14:04 +02:00
requirements.txt add mypy as a requirement 2017-06-18 23:02:12 +02:00

Readme.md

Lösen von Job Shop Scheduling Problemen mit Simulated Annealing

Tooling

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