The case:
• Find the best routes for a number of tankers, operated by Certas UK to deliver fuel from a distribution center (Depot) to a set of customers.
• Each customer has a specific quantity of demand, and each tanker has a limited capacity for carrying the fuel.
• Each customer must be served by only one tanker.
• The objective is to minimize the number of tankers that are going out to make the deliveries in order to minimize the total distance travelled such as that all customers are served, and the total demand served by each tanker does not exceed its capacity.

Other important hypotheses to consider for this problem are:

• The number of available tankers is predetermined (2 tankers available to deliver for this area).
• The capacity of tankers is defined and fixed (10000 L).
• The number and location of depot is defined earlier.
• Each tanker starts from the depot and return to the same depot.
• The number and location of customers are predefined (there are 6 customers in 6 different locations).

Sample Solution

This question has been answered.

Get Answer