kchoosable
K-choosable, or k-choosable, is a concept in graph theory describing a strength of colorability under vertex-specific constraints. Given a graph G = (V,E), a list assignment L assigns to each vertex v a set L(v) of allowed colors. An L-coloring is a proper vertex coloring c: V → colors such that c(v) ∈ L(v) for every v and c(u) ≠ c(v) whenever uv ∈ E. The graph G is called k-choosable if for every assignment L with |L(v)| ≥ k for all vertices v, there exists an L-coloring of G. The L-coloring must pick a color for each vertex from its list, respecting adjacency.
The list chromatic number, χ_l(G), is the smallest k for which G is k-choosable; equivalently, the minimum
Notable results and scope: list coloring and k-choosability generalize ordinary graph coloring and have been studied
Computationally, determining whether a graph is k-choosable (i.e., whether χ_l(G) ≤ k) is generally difficult; for fixed