Find a file
Trolli Schmittlauch 252f3a824e JobShopProblem is now a Mapping, not a list
- implementing all interface functions for JobShopProblem to behave like
a Mapping (e.g. dict) with (int, int) keys
this implements and closes #14
2017-07-08 02:21:30 +02:00
inputdata grammar now able to match jobshop1 even with preface 2017-06-25 20:25:34 +02:00
src JobShopProblem is now a Mapping, not a list 2017-07-08 02:21:30 +02:00
.gitignore add mypy_cache to gitignore 2017-06-20 15:05:38 +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
requirements.txt parsimonious not needed anymore 2017-06-24 23:30:24 +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