Find a file
2017-06-18 22:49:37 +02:00
.gitignore instructions on using a venv 2017-06-18 22:49:37 +02:00
notes.md Notizen mit formalen Überlegungen 2017-06-01 01:04:08 +02:00
Readme.md instructions on using a venv 2017-06-18 22:49:37 +02:00

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