Optimization problem: Difference between revisions

Content deleted Content added
C. lorenz (talk | contribs)
m Added notes&reflist, and removed unnecessary '|'.
C. lorenz (talk | contribs)
m Updated reference names.
Line 14:
For each optimization problem, there is a corresponding [[decision problem]] that asks whether there is a feasible solution for some particular measure <math>m_0</math>. For example, if there is a [[Graph (mathematics)|graph]] <math>G</math> which contains vertices <math>u</math> and <math>v</math>, an optimization problem might be "find a path from <math>u</math> to <math>v</math> that uses the fewest edges". This problem might have an answer of, say, 4. A corresponding decision problem would be "is there a path from <math>u</math> to <math>v</math> that uses 10 or fewer edges?" This problem can be answered with a simple 'yes' or 'no'.
 
In the field of [[approximation algorithms | approximation algorithms]], algorithms are designed to find near-optimal solutions to hard problems. The usual decision version is then an inadequate definition of the problem since it only specifies acceptable solutions. Even though we could introduce suitable decision problems, the problem is more naturally characterized as an optimization problem.<ref name=HromkovicAusiello03>{{citation
| last1 = Ausiello | first1 = G.
| last2 = et.al.
Line 26:
=== NP optimization problems ===
 
An ''NP-optimization problem'' (NPO) is an optimization problem with the following additional conditions.<ref name=HromkovicHromkovic02>{{citation
| last1 = Hromkovic | first1 = Juraj
| year = 2002