Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    In computer science, an optimization problem is the problem to find among all feasible solutions for some problem the best one. More formally, an optimization problem A is a quadruple (I, f, m, g), where
      I is a set of instances;
      given an instance x in I, f(x) is the set of feasible solutions;
      given an instance x and a feasible solution y of x, m(x, y) denotes the measure of y, which is usually a positive real.
      g is the goal function, and is either min or max.

    The goal is then to find for some instance x an optimal solution, that is, a feasible solution y with

    m(x, y) = g .


    For each optimization problem, there is a corresponding decision problem that asks whether there is a feasible solution for some particular measure m_0.

    An NP optimization problem has the following further restrictions:
      the size of a feasible solution is polynomially bounded by the instance size.
    This implies that the corresponding decision problem is in NP. Since interesting optimization problems usually fulfill these criteria, "optimization problem" is often used synonymous with "NP optimization problem".





        Optimization problem
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Optimization problem". link