From 0116e2fbfb2871c9df98a74ffe64b87377160bf0 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Fri, 10 Jun 2022 12:11:14 +0200 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20code=20py=20-=20matrix?= =?UTF-8?q?=20nat=C3=BCrlicher=20aufschreiben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/python/assets/commands.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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