Write a program to determine which customers must be served


For the same network given in programming assignment the Sentinel Alarm Company wants to create a plan so that it can respond to emergency call from its customers in the shortest time. The locations and the travel time between adjacent customers and the field stations are shown in the figure below.

The field stations are located at nodes 7, 14, 25, 28, and 40. Remaining nodes show the locations of its customers. The edges show the possible routes and the travel time between the customers. Customers can be served from any one of these field stations.

The company would like to create a plan that identifies which customer should be served from each of its field stations and the routes and distances that must be used by their service vehicles.

Show how company can serve all its customers while minimizing the response time to its customers.

Write a program to determine which customers must be served from each field stations. Show the minimum response times from the field stations to the customers.

Print the list of routes (nodes) and the total travel time from the field stations to each of the customer location.

If you could build only one field station that minimizes the total cost of the cable used, which node(s) would you choose for your field station?

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program to determine which customers must be served
Reference No:- TGS02876075

Expected delivery within 24 Hours