(dieses Bsp. aus Papadimitriou und Steiglitz:
Combinatorial Optimization, Prentice Hall 1982)
Travelling Salesman:
- Instanz: Gewichte
w : {1,…, n}2→≥0∪{ + ∞}
mathend000#
und Schranke
s∈R≥0
mathend000#
- Lösung: Rundreise mit Gesamtkosten ≤s
mathend000#
Ansatz zur Modellierung:
- Variablen
xi, j∈{0, 1}
mathend000#, Bedeutung:
xi, j = 1
mathend000# Kante (i, j)
mathend000# kommt in Rundreise vor
- Zielfunktion?
- Constraints -- reicht das:
xi, j = 1,xi, j = 1
mathend000# ?
2014-03-31