master > master: code py - matrix natürlicher aufschreiben

This commit is contained in:
RD 2022-06-10 12:11:14 +02:00
parent 97295b71cd
commit 0116e2fbfb
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
## Beispiel für Seminarwoche 9 (Blatt 8) ## Beispiel für Seminarwoche 9 (Blatt 8)
- name: TSP - name: TSP
dist: dist: [
- [0, 7, 4, 3] [0, 7, 4, 3],
- [7, 0, 5, 6] [7, 0, 5, 6],
- [2, 5, 0, 5] [2, 5, 0, 5],
- [2, 7, 4, 0] [2, 7, 4, 0],
]
optimise: MIN optimise: MIN
# Beispiele für Seminarwoche 10 (Blatt 9) # Beispiele für Seminarwoche 10 (Blatt 9)
- name: HIRSCHBERG - name: HIRSCHBERG