Route Inspection Flashcards
1
Q
Transversable graphs
A
One that can be drawn without taking the pen off the paper
2
Q
Eulerian trail =
A
Uses all edges and all vertices must be of even order
3
Q
Semi - eulerian
A
Two odd vertices
4
Q
How many ways of pairing 2 odd vertices and 4 odd vertices
A
1 way
3 ways
5
Q
How to work out how many ways of pairing odd vertices
A
(N-1)x (n-3) x (n-5)….. x1
6
Q
Route inspection Problem
A
List all odd vertices
List all possible pairings of odd vertices
For each pairing find the edges that connect the vertices with the minimum weight
Find the pairings such that the sum of the weights is minimised
On the original graph add on the new edges
Add the sum of the edges to the total found