What is a Valid Inequality?
Defines a valid inequality for a set as one satisfied by every point of . Covers verifying validity by enumerating finite sets, enumerating integer points of an IP feasible region, and checking only the extreme points of .
Tutorial
Defining a Valid Inequality
Suppose we have a set — for example, the set of feasible solutions to an integer program. We frequently want to characterize using linear inequalities.
An inequality , with coefficient vector and right-hand side , is valid for if every point of satisfies it:
Equivalently, the inequality is valid for if and only if
For example, take . Is the inequality valid for ? Evaluating at each point gives . The maximum is , and , so the inequality is valid for .
If instead we asked about , the point gives , so this second inequality would fail to be valid.