Lukas' Notes

Optimal Solution

May 01, 20261 min read

computation

Definition

Optimal Solution

An optimal solution for an instance of an optimisation problem is a feasible solution that achieves the smallest (resp. largest) objective function value. We use OPT(I) to denote the objective function value of an optimal solution to instance I.


Graph View

Backlinks

  • Approximation's Collapse to Exactness
  • Approximation Algorithm
  • Approximation Ratio
  • Best Feasible Solution
  • Exact Algorithm
  • Heuristic
  • Max-Value Knapsack Problem
  • Minimum Vertex Cover Problem
  • NP-Optimisation Problem
  • Optimal Objective Function

Created with Quartz v4.4.0 © 2026

  • GitHub