From 06483bae4d981f7f1a1b0dcf6257b16cb6622d5e Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 17 Jun 2017 01:32:29 +0200 Subject: [PATCH] added readme with some tooling info --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..4a23ac8 --- /dev/null +++ b/Readme.md @@ -0,0 +1,8 @@ +# Lösen von Job Shop Scheduling Problemen mit Simulated Annealing + +## Tooling + +- Python 3.5 +- [MyPy](http://www.mypy-lang.org/ ) für statische Typchecks +- [Pandoc](https://pandoc.org/ ) für die Dokumentation +- Python Module: siehe requirements.txt