FM - Decision 1 - 4) Route inspection Flashcards
(3 cards)
1
Q
Definition of an Eulerian graph
A
- A connected graph with all even vertices
- Contains a trail that includes every edge and starts and finishes at the same vertex
2
Q
Definition of a semi-Eulerian graph
A
- A connected graph with exactly two odd vertices
- Contains a trail that includes every edge and starts and finishes at the two different odd vertices
3
Q
Way to find the length of the shortest route in a network that traverses every arc at least once and returns to its starting point
A
- If all vertices are even, length = total weight of network
- If exactly two odd vertices, length = total weight of network + length of shortest path between the two odd vertices
- If more than two odd vertices, length = total weight of network + lengths of shortest paths of the pairings of odd vertices (consider all possibilities)