A relaxation of a problem is a related problem whose solution is easier in some sense to find, while providing useful information about the solution to the original problem. One common form is a linear relaxation.
A relaxation of a problem is a related problem whose solution is easier in some sense to find, while providing useful information about the solution to the original problem.
For example, given an integer programming problem, the linear relaxation involves ignoring the restriction that solutions must be whole numbers, allowing for fractional solutions. The solution to the linear relaxation puts a bound on the objective function for the solution to the integer problem, and it may be feasible to round the fractional values in some fashion to achieve an approximately close solution.