Approximation Ratio

Given an instance I, and its approximation solution A(I), its approximation ratio is:

General Approximation Strategy

For minimization problems, try to:

  1. Solve a different problem that can be used as a relaxed lower bound for the optimal solution.
  2. Turn the infeasible solution into a feasible one by increasing its approximation ratio.

The goal is to try and show that the Infeasible(Lower Bound) < OPT < k*Infeasible(or Approximation) < k*Lower Bound

Notes

General Strategies for Solving Problems