independentset
An independent set in a graph is a set of vertices no two of which are adjacent. In a simple graph G = (V,E), an independent set I ⊆ V has the property that for all u,v ∈ I, {u,v} ∉ E. The size of a largest independent set is called the independence number α(G), and a maximum independent set is any independent set of that size. A related term is stable set; in many sources the two terms are used interchangeably.
Independent sets are closely related to cliques in the graph’s complement. The independent sets of G correspond
Computationally, finding a maximum independent set is NP-hard in general graphs. The decision version—given k, does
Applications of independent sets appear in scheduling to avoid conflicts, resource allocation, coding theory, and network