master > master: code py - matrix natürlicher aufschreiben
This commit is contained in:
parent
97295b71cd
commit
0116e2fbfb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user