Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    K-coloring

    Alternate name
    Definition

    A k-coloring of a graph G is a vertex coloring that is an assignment of one of k possible colors to each vertex of G (i.e., a vertex coloring) such that no two adjacent vertices receive the same color. Note that a k-coloring may contain fewer than k colors for k>2. A k-coloring of a graph can be computed using MinimumVertexColoring[g, k] in the Wolfram Language package Combinatoricaˋ , and all k-colorings may be computed using MinimumVertexColoring[g, k, All] (where, however, the command returns colorings that differ by permutation of colors only a single time).

    Back to List | POWERED BY THE WOLFRAM LANGUAGE