Jump to content

Covering problems

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RobinK (talk | contribs) at 20:26, 24 August 2009 (Removed category Theoretical computer science; Quick-adding category Computational problems (using HotCat)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In combinatorics and computer science, covering problems are computational problems that ask whether a certain combinatorial structure 'covers' another, or how large the structure has to be to do that. Covering problems are minimization problems and usually linear programs, whose dual problems are called packing problems.

The most prominent examples of covering problems are the Set cover problem, which is equivalent to the Hitting Set Problem, and its special cases, the Vertex cover problem and the Edge cover problem.

General LP Formulation

In the context of linear programming, one can think of any linear program as a covering problem if the coefficients in the constraint matrix, the objective function, and right-hand side are nonnegative.[1] More precisely, let us consider the following general integer linear program:

minimize
subject to for all
for all .

Such a integer linear program is called covering problem if for all and .

Intuition: Assume we have types of object and each object of type has an associated cost of . The number says how many objects of type we buy. If the constraints are satisfied, we say that is a covering (the structures that are covered depend on the combinatorial context). Finally, an optimal solution to the above integer linear program is a covering of minimal cost.

Other uses

For Petri nets, for example, the covering problem is defined as the question if for a given marking, there exists a run of the net, such that some larger (or equal) marking can be reached. Larger means here that all components are at least as large as the ones of the given marking and at least one is properly larger.

See also

Notes

  1. ^ Vazirani (2001, p. 112)

References

  • Vazirani, Vijay V. (2001). Approximation Algorithms. Springer-Verlag. ISBN 3-540-65367-8.