Chapter 5 Flashcards
1
Q
Define tour
A
walk visiting every node and returns back to starting node
2
Q
Classical TSM problem
A
each node visited exactly once before returning to start
3
Q
Practical TSM problem
A
each node visited at least once before returning to start
4
Q
Outline using MST to find UB
A
- Find MST of network and double
5
Q
Outline using RMST to find LB
A
CLASSICAL ONLY
1. Remove node and attached arcs
2. Find RMST
3. add connecting weight of removed node
6
Q
Outline nearest neighbour algorithm
A
- select any node
- go to nearest node that hasn’t been visited
- repeat till complete