Is there any efficient algorithm to find the set of edges with the following properties, in a complete weighted graph with an even number of vertices.
- the set has the smallest, maximum edge weight for any set that meats the other criteria possible
- every vertex is connected to exactly one edge in the set
All weights are positive
dI cannot think of one better than brute force, but I do not recognise it as NP hard.