I considered the Euler circle problem to decide this. The polynomial reduction is: I add a new vertex in the graph:
- If the degree of each vertex is even, then I connect all the vertices with this new vertex
- Otherwise, I only connect the vertices with an odd number of degrees to the new vertex Is this a correct reduction?