Slack variable explained
In an optimization problem, a slack variable is a variable that is added to an inequality constraint to transform it into an equality constraint. A non-negativity constraint on the slack variable is also added.[1]
Slack variables are used in particular in linear programming. As with the other variables in the augmented constraints, the slack variable cannot take on negative values, as the simplex algorithm requires them to be positive or zero.
- If a slack variable associated with a constraint is zero at a particular candidate solution, the constraint is binding there, as the constraint restricts the possible changes from that point.
- If a slack variable is positive at a particular candidate solution, the constraint is non-binding there, as the constraint does not restrict the possible changes from that point.
- If a slack variable is negative at some point, the point is infeasible (not allowed), as it does not satisfy the constraint.
Slack variables are also used in the Big M method.
Example
By introducing the slack variable
, the inequality
can be converted to the equation
.
Embedding in orthant
into the standard
f-
orthant, where
is the number of constraints (facets of the polytope). This map is one-to-one (slack variables are uniquely determined) but not onto (not all combinations can be realized), and is expressed in terms of the
constraints (linear functionals, covectors).
Slack variables are dual to generalized barycentric coordinates, and, dually to generalized barycentric coordinates (which are not unique but can all be realized), are uniquely determined, but cannot all be realized.
Dually, generalized barycentric coordinates express a polytope with
vertices (dual to facets), regardless of dimension, as the
image of the standard
-simplex, which has
vertices – the map is onto:
\Deltan-1\twoheadrightarrowP,
and expresses points in terms of the
vertices (points, vectors). The map is one-to-one if and only if the polytope is a simplex, in which case the map is an isomorphism; this corresponds to a point not having
unique generalized barycentric coordinates.
External links
Notes and References
- Book: Convex Optimization. Stephen P.. Boyd. Lieven. Vandenberghe. 2004. Cambridge University Press. 978-0-521-83378-3. October 15, 2011.