- IB
- Question Type 7: Applying the postman problem to real world contexts
This question assesses the application of the Route Inspection (Chinese Postman) Algorithm to find the shortest closed route in a network graph with four odd-degree vertices.
A network of seven roads connects five locations and . The lengths of the roads are as follows:
Find the length of the shortest closed route that covers each road at least once.
[6]A garbage truck must traverse a straight path of streets between intersections – (), – (), and – (), then return to . Determine the length of the shortest closed route covering each street at least once.
[5]The question concerns finding the shortest closed route in a network using the Route Inspection (Chinese Postman) algorithm.
A municipal inspector must check each road of a small network. A central junction connects to , , , and via roads , , , and . Find the length of the shortest closed route covering all roads at least once.
[5]A worker must clear debris along the four edges of a rectangular block with intersection nodes , and in that order. The street lengths are , , , and . Find the minimum distance required to start and end at while traversing each street at least once.
[3]A courier must use these one-way streets: , , , and .
Find the minimum distance of a closed route covering each directed street at least once.
[6]A road network has the following edges with given lengths: , , , , and a branch . A maintenance vehicle must start and end at node , traversing each road at least once. Determine the minimum total distance the vehicle must travel.
[6]The following network shows four nodes , , , and with edges and their respective weights in kilometers (km).

Consider the network with nodes , , , and edges km, km, km, km, km, km.
Determine the minimum distance for a closed route covering every edge at least once.
[5]Three intersections , , and are connected such that the distance and the distance . A road worker must start and end at intersection , covering each street at least once.
Determine the minimum length of the worker's route.
[4]A delivery service operates on a mixed network. The two-way streets are (), (), and (). The one-way streets are () and ().
Find the length of the shortest closed route that traverses every street in its allowed direction at least once.
[7]A mail carrier travels on one-way streets forming a directed network: , , , , and . Determine the length of the shortest closed route that covers each one-way street at least once.
[4]A postal worker must deliver mail along three streets connecting intersections , and . The streets have lengths , and . Find the length of the shortest closed route that covers each street at least once.
[3]