Based on my references, I say that the NP and NP-complete definitions only strictly apply to decision problems. Furthemore, I say that:my thesis wrote:The theory of NP-completeness formalizes the distinction between easy and hard to solve problems. In general, the theory concerns the decision version of combinatorial problems. The generality of the conclusions drawn in the theory is not in any way limited, since the optimization version of a problem is never easier to solve than the decision version. Therefore, if the optimization version of a problem can be solved efficiently, then the same must be true for the decision version.
The class of NP–complete problems is a subclass of the class NP. The class NP contains
decision problems that can be answered by “yes” or “no”. This means that for each problem in
NP there is for a “yes”-answer a solution, T, that can be used to check the correctness of the
yes-answer in polynomial time. For problems in the class NP it is only necessary that a solution can be checked in polynomial
time, not that the solution can be found in polynomial time.
My supervisor argues that the definitions of NP and NP-complete also apply to combinatorial problems. In fact, he goes a step further and said that there's no actual difference between search, decision and optimization besides semantics. However, he didn't have any references supporting his point of view and told me (when I showed him my research) that I should study and look in wikipedia (!). Anyway, like me he's not a mathematician or an expert in this field.my thesis wrote: Only a combinatorial decision problem can be NP or NP-complete. Combinatorial optimization
problems do not belong to the NP or NP-class. However, optimization problems
can belong to the class NP-hard. The NP-hard class is the class of problems which are at
least as hard as NP-complete problems, but not necessarily element of NP. Therefore, all
NP-complete problems are also NP-hard.
So, my question is if you can enlighten me about this subject, and who's right, and if you can maybe give me some solid references I can use. I've found some publications that seem to defend his view, but there are the several I already had that say exactly what I wrote. I don't have much time to spend on this (and don't want anymore) and I'm confused
Thanks in advance.