I am a tourist of Graph theory but I have this problem I am trying to solve, part of a research objective connected to quantum computing.
I am trying to understand the relationship between:
the problem of minimizing the number of conflicts (edges) by using k colors to color the vertices of a graph $G$ (problem 1)
and
the identification of the largest induced subgraph of $G$ which is k-colorable (problem 2).
In particular, I would like to know if a solution to problem 2 can be found if I have access to all the solutions of problem 1.
In particular, I was interested in knowing if the following is true:
for at least one solution of problem 1, if I identify a minimum-vertex cover $V^\prime$ of the vertices that are in conflict - then I can remove $V^\prime$ from $G$ and get a valid solution to problem 2.
I am trying to find a counterexample to prove if this is false. Anyone has ideas?