You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Trolli Schmittlauch f46b2cdd9f move nix environment to fit lorri tooling 2 years ago
inputdata enumerate tasks 6 years ago
src update grammar comments syntax to arpeggio-1.9.0 2 years ago
.gitignore add mypy_cache to gitignore 6 years ago
Readme.md require python 3.6 6 years ago
Readme.txt finale Version: Readme für Dr. Gaggl, Reqs ergänzt (kp ob notwendig), weiss als Farbe im Plot ausschliessen, main um simanneal-params ergaenzt 6 years ago
doc.md Update 'doc.md' 6 years ago
notes.md clarify index j 6 years ago
requirements.txt finale Version: Readme für Dr. Gaggl, Reqs ergänzt (kp ob notwendig), weiss als Farbe im Plot ausschliessen, main um simanneal-params ergaenzt 6 years ago
shell.nix move nix environment to fit lorri tooling 2 years ago

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