An optimisation problem requires minimising some function $f(x)$, where $x$ is a vector of integers. What is the corresponding decision version of the problem?
1 Answer
$\begingroup$ $\endgroup$
2 "Given $f(x)$, what is $\min(f(x))$?" becomes "Given $f(x)$, and $k$, decide if there is an $x$ such that $f(x)< k$?"
- $\begingroup$ I see from the edit @blk that a decision must be a yes or no answer question? $\endgroup$Princeps Tairu– Princeps Tairu2012-08-22 15:32:40 +00:00Commented Aug 22, 2012 at 15:32
- 2$\begingroup$ Indeed. Your question is very basic. Please consult some introductory books on computability or complexity theory. $\endgroup$blk– blk2012-08-22 15:42:40 +00:00Commented Aug 22, 2012 at 15:42