Content deleted Content added
No edit summary |
Wording clarification |
||
Line 1:
In [[computer science]], an '''optimization problem''' is the problem
* <math>I</math> is a set of instances;
* given an instance <math>x \in I</math>, <math>f(x)</math> is the set of feasible solutions;
Line 15:
* <math>I</math> can be recognized in [[polynomial time]], and
* the size of a feasible solution is polynomially bounded by the instance size.
This implies that the corresponding decision problem is in [[NP (complexity)|NP]]. Since interesting optimization problems usually fulfill these criteria, "optimization problem" is often used
[[Category:Computational complexity theory]]
|