Lowerbounding
Lowerbounding refers to the act of establishing a lower bound for a quantity, function, or set. In mathematics, a lower bound of a nonempty set S in an ordered set is a value b such that b is less than or equal to every element of S. The concept is central to analysis and order theory, providing a baseline against which other values can be compared.
The greatest lower bound, or infimum, of S is the largest value that still serves as a
In optimization and algorithm design, lowerbounding is the process of producing a bound on the optimal value
Common techniques for lower bounds include linear programming relaxations for integer programming, dual bounds from optimization
See also: bound (mathematics), infimum, minimum, supremum, optimization, branch and bound.