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)
|
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user