The set cover problem is a classical question in combinatorics, computer science, operations research, and complexity theory. Given a set of elements...
21 KB (3,011 words) - 15:31, 10 June 2025
The geometric set cover problem is the special case of the set cover problem in geometric settings. The input is a range space Σ = ( X , R ) {\displaystyle...
6 KB (854 words) - 14:05, 3 September 2021
the graph. In computer science, the problem of finding a minimum vertex cover is a classical optimization problem. It is NP-hard, so it cannot be solved...
22 KB (2,556 words) - 01:21, 17 June 2025
between the two problems. This proved the dominating set problem to be NP-complete as well. The set cover problem is a well-known NP-hard problem – the decision...
31 KB (4,082 words) - 18:37, 25 June 2025
cover problem is the problem of finding an edge cover of minimum size. It is an optimization problem that belongs to the class of covering problems and...
4 KB (628 words) - 15:37, 15 June 2025
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...
8 KB (938 words) - 21:24, 21 January 2025
relation between a set of choices and a set of constraints. For example, an exact cover problem is equivalent to an exact hitting set problem, an incidence...
36 KB (4,324 words) - 08:35, 27 June 2025
In mathematics, and more particularly in set theory, a cover (or covering) of a set X {\displaystyle X} is a family of subsets of X {\displaystyle X} whose...
8 KB (1,433 words) - 21:53, 14 June 2025
and then reducing the problem to a set cover problem. As Valtr (1998) showed, the set system derived from an art gallery problem has bounded VC dimension...
22 KB (2,530 words) - 09:06, 13 September 2024
Set packing is a classical NP-complete problem in computational complexity theory and combinatorics, and was one of Karp's 21 NP-complete problems. Suppose...
12 KB (1,514 words) - 10:17, 13 October 2024
Graph theory (redirect from List of problems in graph theory)
case of set cover problem where sets are the closed neighborhoods. Vertex cover problem is the special case of set cover problem where sets to cover are every...
50 KB (6,237 words) - 21:13, 9 May 2025
. The optimization problem of finding such a set is called the maximum independent set problem. It is a strongly NP-hard problem. As such, it is unlikely...
30 KB (3,561 words) - 01:37, 25 June 2025
Combinatorial optimization (redirect from NP optimization problem)
finite set of objects, where the set of feasible solutions is discrete or can be reduced to a discrete set. Typical combinatorial optimization problems are...
18 KB (1,848 words) - 17:23, 29 June 2025
program. Consider the set cover problem, the linear programming relaxation of which was first considered by Lovász in 1975. In this problem, one is given as...
17 KB (2,414 words) - 17:52, 10 January 2025
1 / e − o ( 1 ) {\displaystyle 1-1/e-o(1)} . Set cover problem is to cover all elements with as few sets as possible. G. L. Nemhauser, L. A. Wolsey and...
10 KB (1,762 words) - 21:56, 27 December 2024
While Steiner tree problems may be formulated in a number of settings, they all require an optimal interconnect for a given set of objects and a predefined...
36 KB (4,424 words) - 19:08, 23 June 2025
approximation algorithm for the set cover problem. Fix any instance ⟨ c , S ⟩ {\displaystyle \langle c,{\mathcal {S}}\rangle } of set cover over a universe U {\displaystyle...
24 KB (4,052 words) - 03:12, 2 December 2023
Linear programming (redirect from LP problem)
set problem, and the matching problem are packing LPs. The LP relaxations of the set cover problem, the vertex cover problem, and the dominating set problem...
61 KB (6,690 words) - 17:57, 6 May 2025
Borsuk's problem on upper and lower bounds for the number of smaller-diameter subsets needed to cover a bounded n-dimensional set. The covering problem of Rado:...
195 KB (20,069 words) - 08:05, 26 June 2025
Bucket queue (section Greedy set cover)
or are already sorted, and greedy approximation algorithms for the set cover problem. The quantized version of the structure has also been applied to scheduling...
25 KB (3,335 words) - 08:23, 10 January 2025
algorithm for hitting set that runs in time d OPTnO(1). The hitting set problem is equivalent to the set cover problem: An instance of set cover can be viewed...
11 KB (1,328 words) - 01:20, 9 March 2025
Intersection number (graph theory) (redirect from Clique edge cover)
cover number. The problem of computing the intersection number has been called the intersection number problem, the intersection graph basis problem,...
35 KB (4,363 words) - 13:40, 25 February 2025
clique cover problem in computational complexity theory is the algorithmic problem of finding a minimum clique cover, or (rephrased as a decision problem) finding...
8 KB (939 words) - 18:53, 12 June 2025
n-dimensional "at every scale". Carathéodory's extension theorem Geometric set cover problem Dimension theory Metacompact space Point-finite collection Lebesgue...
13 KB (1,483 words) - 11:16, 5 April 2025
professional certification program by Sun Microsystems Set cover problem, a classical problem in computer science and complexity theory Save Cursor Position...
4 KB (496 words) - 22:21, 18 January 2025
Matching (graph theory) (redirect from Maximum matching problem)
the minimum vertex cover. Via this result, the minimum vertex cover, maximum independent set, and maximum vertex biclique problems may be solved in polynomial...
24 KB (3,030 words) - 13:13, 23 June 2025
are required to completely cover every region of the container, where objects are allowed to overlap. In a bin packing problem, people are given: A container...
22 KB (2,676 words) - 07:08, 25 April 2025
Time complexity (redirect from Polynomial-time problem)
NP-complete problems do not have quasi-polynomial time algorithms. For example, see the known inapproximability results for the set cover problem. The term...
41 KB (4,997 words) - 15:01, 30 May 2025
NP-complete by reducing it to a set cover problem. In his dissertation, he proved that the greedy method for set cover has a lower bound of 1 - 1/e ~ 63%...
13 KB (1,359 words) - 08:32, 14 November 2024
vertex cover problem, could be transformed ("reduced") into equivalent inputs to the feedback arc set decision problem. Some NP-complete problems can become...
54 KB (6,116 words) - 02:17, 25 June 2025