Find the degree of vertex A
deg(A)=2 Vertex A lies on the arcs AB, AC, so 2 arcs meet at it.
Find the degree of vertex B
deg(B)=5 Vertex B lies on the arcs AB, BC, BD, BG, BH, so 5 arcs meet at it.
Find the degree of vertex C
deg(C)=5 Vertex C lies on the arcs AC, BC, CD, CF, CH, so 5 arcs meet at it.
Find the degree of vertex D
deg(D)=5 Vertex D lies on the arcs BD, CD, DE, DG, DH, so 5 arcs meet at it.
Find the degree of vertex E
deg(E)=2 Vertex E lies on the arcs DE, EF, so 2 arcs meet at it.
Find the degree of vertex F
deg(F)=2 Vertex F lies on the arcs CF, EF, so 2 arcs meet at it.
Find the degree of vertex G
deg(G)=2 Vertex G lies on the arcs BG, DG, so 2 arcs meet at it.
Find the degree of vertex H
deg(H)=3 Vertex H lies on the arcs BH, CH, DH, so 3 arcs meet at it.
Pick out the vertices of odd degree
odd vertices:B,C,D,H There are 4 vertices of odd degree; by the handshaking lemma this number is always even.
Add the weights of all the arcs in the network
9+9+21+19+24+12+20+22+25+9+15+10+5=200 Every arc must be traversed at least once, so this total is the irreducible part of any route.
Pairing 1: pair the odd vertices as BC and DH
BC,DH=18+10=28 Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.
Pairing 2: pair the odd vertices as BH and CD
BH,CD=12+20=32 Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.
Pairing 3: pair the odd vertices as BD and CH
BD,CH=19+25=44 Each term is the length of the shortest path between the two vertices of that pair, not necessarily the direct arc.
Choose the pairing with the smallest total
min=28usingBC,DH This pairing is strictly cheaper than every other pairing, so the repeated route is unique.
Write down the arcs that are actually repeated
AB,AC,DH(9+9+10=28) The repeated arcs are the arcs lying on the shortest paths joining the paired odd vertices.
Select the total length of the shortest closed route
total=200+28=228 Using the direct arc instead of the shortest path between a paired vertex would have given the wrong total of 231.