diff --git a/code/python/assets/commands.yaml b/code/python/assets/commands.yaml index 95ec3a2..4219a18 100644 --- a/code/python/assets/commands.yaml +++ b/code/python/assets/commands.yaml @@ -1,10 +1,11 @@ ## Beispiel für Seminarwoche 9 (Blatt 8) - name: TSP - dist: - - [0, 7, 4, 3] - - [7, 0, 5, 6] - - [2, 5, 0, 5] - - [2, 7, 4, 0] + dist: [ + [0, 7, 4, 3], + [7, 0, 5, 6], + [2, 5, 0, 5], + [2, 7, 4, 0], + ] optimise: MIN # Beispiele für Seminarwoche 10 (Blatt 9) - name: HIRSCHBERG