Reduction: RUDRATA CYCLE → TSP(Travel Salesman)

Given a graph G=(V,E)G = (V,E), construct the following instance of the TSP:

Easy to see that if GG has a Rudrata cycle, then the same cycle is also a tour within the budget of the TSP instance

Conversely, if GG has no Rudrata cycle, then there is no solution: cheapest possible TSP tour has cost at least n+αn + \alpha (must use at least one edge of length 1+α1+\alpha, and total length of all n1n-1 others is at least n1n-1).

We introduced the parameter α\alpha because by varying it we can obtain interesting results