Independent Set

Input

Graph G=(V,E)G = (V, E), positive integer KVK \leq |V|.

Question

Does GG contain an independent set of size KK or more, i.e. a subset VVV' \subseteq V with VK|V'| \geq K such that no two vertices in VV' are joined by an edge in EE?

Classes

Comments

Remains NP-complete for cubic planar graphs (Garey et al., 1976), (Garey & Johnson, 1977), (Maier & Storer, 1977), for edge graphs of directed graphs (Gavril, 1977), for total graphs of bipartite graphs (Yannakakis & Gavril, 1980), and for graphs containing no triangles (Poljak, 1974). Solvable in polynomial time for bipartite graphs (by matching, e.g. see (Harary, 1969)), for edge graphs (by matching), for graphs with no vertex degree exceeding 2, for chordal graphs (Gavril, 1972), for circle graphs (Gavril, 1973), for circular arc graphs (given their representation as families of arcs) (Gavril, 1974), for comparability graphs (Golumbic, 1977), and for claw-free graphs (Minty, 1980).

Proofs

NP-complete

Transformation from Vertex Cover.

Reducible from

References