Can you turn the TSP into a graph isomorphism problem?

72 Views Asked by At

Let's say you found a way to solve graph isomorphisms in polynomial time, so far I am aware that you can solve all cases using László Babai's algorithm in quasi-polynomial time.

Are you able to transform the traveling salesman problem into a graph isomorphism?

2

There are 2 best solutions below

0
On

I will assume that by 'transform into' you mean a polynomial time reduction.

According to Wikipedia, it is not known whether the graph isomorphism problem is NP complete or not.

If there is a polynomial time reduction from TSP to the graph isomorphism problem, then the graph isomorphism problem is NP complete, since TSP is NP complete.

In conclusion, we don't know.

0
On

There is considerable evidence that Graph Isomorphism (GI) is not $\textsf{NP}$-complete. So I would be surprised if there was a $\textsf{P}$-computable reduction from TSP to GI.