TRAVELING SALESMAN PROBLEM

Solve a real-world optimization problem using graph theory.
Part I: Complete the following steps:

  1. Select a real-world optimization problem that is an example of the Traveling Salesman Problem (TSP).
  2. Create a graph modeling the real-world scenario corresponding to the problem. Use weights to represent the
    variable that you are optimizing.
  3. Find an optimal solution for the problem using the concepts studied in this module.
    Part II: Based on your work in Part I, discuss the following:
  4. Discuss your rationale for your choice of the real-world optimization problem. How were you able to identify
    that it was an example of the TSP? Why is this example relevant?
  5. Describe how you created the graph modeling the real-world scenario corresponding to the problem.
  6. Determine if the graph is complete. If so, use your graph to describe the formula for computing the number
    of Hamilton circuits.
  7. Explain in detail how you solved the problem.
  8. Describe a method for finding a non-optimal solution to the problem.
  9. Consider another variable that could be optimized in the problem. How would your answers to Part I be
    affected by this change?
  10. Discuss the advantages of using graph theory to solve this problem.

This question has been answered.

Get Answer