Jump to content

Slack variable

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 171.66.208.134 (talk) at 22:36, 21 June 2016 (Changed the 0 in y >= 0 to be bold to represent that it is the zero vector, not just zero). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In an optimization problem, a slack variable is a variable that is added to an inequality constraint to transform it to an equality. Introducing a slack variable replaces an inequality constraint with an equality constraint and a nonnegativity constraint.[1]

In linear programming, this is required to turn an inequality into an equality where a linear combination of variables is less than or equal to a given constant in the former. 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 in a given state, the constraint is binding, as the constraint restricts the possible changes of the point.
  • If a slack variable is positive in a given state, the constraint is non-binding, as the constraint does not restrict the possible changes of the point.
  • If a slack variable is negative in a given state, the point is infeasible, and not allowed, as it does not satisfy the constraint.

Example

By introducing the slack variable , the inequality can be converted to the equation .

Embedding in orthant

Slack variables give an embedding of a polytope into the standard f-orthant, where f 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 n vertices (dual to facets), regardless of dimension, as the image of the standard -simplex, which has n vertices – the map is onto: 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.

See also

Notes

References

  • Boyd, Stephen P.; Vandenberghe, Lieven (2004). Convex Optimization (pdf). Cambridge University Press. ISBN 978-0-521-83378-3. Retrieved October 15, 2011. {{cite book}}: Invalid |ref=harv (help)

External links