all.
I have some question about proving NP-complete
The conditions of proving problem is NP-complete is following.
1) Problem is in NP
2) Problem is reducible other from NP-Complete Problem (Ex. SAT)
To do condition #1, we use certificate.
My question is this.
When we do certificate, I need to give C(Instance, string of suitable answer). For example, when I certificate Vertex Cover, I need to Instance of V.C (graph, and integer number k which is number of needed cover vertex), and string(the answer)
In this condition, can I give any Instance & k & string? The most simplest example can be done? and its result is "yes". what does it mean "yes"?