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.
|
2 years ago | |
---|---|---|
inputdata | 6 years ago | |
src | 2 years ago | |
.gitignore | 6 years ago | |
Readme.md | 6 years ago | |
Readme.txt | 6 years ago | |
doc.md | 6 years ago | |
notes.md | 6 years ago | |
requirements.txt | 6 years ago | |
shell.nix | 2 years ago |
Readme.md
Lösen von Job Shop Scheduling Problemen mit Simulated Annealing
Tooling
- Python 3.6
- 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