Reading Binding vs. Slack Constraints in a Solution
At a feasible LP solution, each inequality constraint is either binding (holds with equality) or slack (holds with strict inequality, leaving leftover capacity). This lesson teaches students to compute the slack of each constraint at a given solution, interpret binding constraints as the bottleneck resources in a production LP, and use complementary slackness to relate slacks to shadow prices.
Tutorial
Binding vs. Slack Constraints
In a linear program, each constraint imposes an inequality on the decision variables. At a particular feasible solution, we can ask whether a constraint holds with equality or with strict inequality.
A constraint is binding (or active) at a solution if it holds with equality there — the left-hand side exactly equals the right-hand side. A constraint is slack (or non-binding) if there is room to spare.
For a constraint, the slack at a solution is defined as
- slack the constraint is binding.
- slack the constraint is slack.
For example, consider the constraint . At , the LHS is , so the slack is — the constraint is slack. At , the LHS is , so the slack is — the constraint is binding.