How to find a vertex-induced subgraph with an Eulerian cycle?
The graph is connected and undirected.
Is the problem NP-Hard?
How to find a vertex-induced subgraph with an Eulerian cycle?
The graph is connected and undirected.
Is the problem NP-Hard?
Copyright © 2021 JogjaFile Inc.
One way to get an Eulerian induced subgraph is to take the vertices of a shortest cycle. It's easy to see that this can be found in polynomial time, if it exists. (If no cycle exists, there is no nontrivial Eulerian induced subgraph, since every connected subgraph with at least one edge is a tree with at least two vertices of degree $1$.)