1
$\begingroup$

How to reduce a Subgraph Isomorphism problem to an instance of the Hamiltonian Cycle problem (not the other way around)?

$\endgroup$
1
  • $\begingroup$ If you claim that you have a polynomial time algorithm for Hamiltonian Cycle and need a polynomial time algorithm for Subgraph Isomorphism, that should be your question. $\endgroup$ Commented Jun 16, 2024 at 7:16

1 Answer 1

-1
$\begingroup$

Let $G$ be a graph and $H=C_n$.

$\endgroup$
4
  • $\begingroup$ This is not the (implied) reduction asked in the question. I am looking for SI --to --> HC reduction. Not otherway around. Even a reduction to SAT from SI would be helpful (using Cook-Levin Theorem) $\endgroup$ Commented Jun 14, 2024 at 23:02
  • $\begingroup$ Well, SI is a generalization of HC, so it is a proof of the NP-hardness of SI. $\endgroup$ Commented Jun 15, 2024 at 5:09
  • $\begingroup$ Yes, but that was not my question. Your "answer" is well known!I have a P-time solution to HC. If I can find an existing reduction of SI--> HC, then I could solve SI too. The only other way is to go through the long path of SI--> SAT --> HC. And even SI--> SAT is not known. $\endgroup$ Commented Jun 15, 2024 at 17:25
  • $\begingroup$ I see... you have a polynomial time algorithm for Hamiltonian Cycle and need one for Subgraph Isomorphism? $\endgroup$ Commented Jun 15, 2024 at 21:04

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.