Is their a variant of Traveling Salesman Problem or other algorithms about the following problem:
Say G is an incomplete undirected weighted graph. V is a subset of vertices of G.
How to find a simple closed circuit along V (and probably some other vertices of G), which has a minimal weight between each two vertices of V.
Thank you
---------------------- edit ------------------------
Is there a name or published document or related research paper for this problem?