Solve the traveling salsman roblem for this graph by finding the total weight of all circuits and determining a circuit with minimum total weight

Dolly Robinson

Dolly Robinson

Answered question

2021-07-22

Solve the traveling salsman roblem for this graph by finding the total weight of all circuits and determining a circuit with minimum total weight
image

Answer & Explanation

Lacey-May Snyder

Lacey-May Snyder

Skilled2021-07-23Added 88 answers

We pick any point to start at and select all possible combinations of the other 3 points.
Lets start with A.
A-B-C-D-A = 3 + 6 + 7 + 2 = 18
A-B-D-C-A = 3 + 4 + 7 + 5 = 19
A-C-B-D-A = 5 + 6 + 4 + 2 = 17
A-C-D-B-A = 5 + 7 + 4 + 3 = 19
A-D-B-C-A = 2 + 4 + 6 + 5 = 17
A-D-C-B-A = 2 + 7 + 6 + 3 = 18
There are two paths with a minimum weight of 17. Thus, this is the mimimum weight.

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Discrete math

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?