Question

#4. TSP b) Solve with Christofides approx. algorithm. Note: you can assume weights of edges: w(C,E) = 36 and w(CA)=33 1) Find
0 0
Add a comment Improve this question Transcribed image text
Answer #1

MST 1. 24 A Prims Algo 10 8 E from MST odd degree Vertices with A-2 E = 1 B 2 D = 1 с - 2 matching E 28 perfect MIN cost B A3. Eulerian Cycle visit each edge once B E No 4. short cuts Hamiltonian Cycle : cbaedc 49 Length B A 24 10 E 281. MST

It's found by using Prim's/Kruskal's Algorithm here I used Kruskal's which goes as follows, and it avoids cycles.

The edge with lowest weight is taken first and vice verse

CD - 8

CB - 9

AE - 10

Here BD is 11 but forms a cycle hence next least is taken

BA - 24

Now we've our MST

2. Odd degree vertices are taken and joined to form the min-cost perfect matching. This edge is added to the MST.

3. Eulerian Cycle suggests that we should take a cycle which visits each edge exactly once. Here, if we start from A, all the edges can be visited. Starting from C as well gives the same result.

4. Shortcuts are done when there is a repetition of a vertex in Eulerian cycle. We don't have any hence no shortcurts.

Hamiltonian cycle is formed where starting from C visits every vertex exactly once and comes back to starting point which is the end now. The length is 79.

Comment for any clarifications!

​​​​

Add a comment
Know the answer?
Add Answer to:
#4. TSP b) Solve with Christofides approx. algorithm. Note: you can assume weights of edges: w(C,E)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT