enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Erdős–Faber–Lovász conjecture - Wikipedia

    en.wikipedia.org/wiki/Erdős–Faber–Lovász...

    In graph theory, the Erdős–Faber–Lovász conjecture is a problem about graph coloring, named after Paul Erdős, Vance Faber, and László Lovász, who formulated it in 1972. [1] It says: If k complete graphs , each having exactly k vertices, have the property that every pair of complete graphs has at most one shared vertex, then the union ...

  3. Graph coloring - Wikipedia

    en.wikipedia.org/wiki/Graph_coloring

    Vertex coloring is often used to introduce graph coloring problems, since other coloring problems can be transformed into a vertex coloring instance. For example, an edge coloring of a graph is just a vertex coloring of its line graph, and a face coloring of a plane graph is just a vertex coloring of its dual. However, non-vertex coloring ...

  4. Recursive largest first algorithm - Wikipedia

    en.wikipedia.org/wiki/Recursive_largest_first...

    The Recursive Largest First (RLF) algorithm is a heuristic for the NP-hard graph coloring problem.It was originally proposed by Frank Leighton in 1979. [1]The RLF algorithm assigns colors to a graph’s vertices by constructing each color class one at a time.

  5. List coloring - Wikipedia

    en.wikipedia.org/wiki/List_coloring

    For a graph G, let χ(G) denote the chromatic number and Δ(G) the maximum degree of G.The list coloring number ch(G) satisfies the following properties.. ch(G) ≥ χ(G).A k-list-colorable graph must in particular have a list coloring when every vertex is assigned the same list of k colors, which corresponds to a usual k-coloring.

  6. De Bruijn–Erdős theorem (graph theory) - Wikipedia

    en.wikipedia.org/wiki/De_Bruijn–Erdős_theorem...

    The De Bruijn–Erdős theorem also applies directly to hypergraph coloring problems, where one requires that each hyperedge have vertices of more than one color. As for graphs, a hypergraph has a k {\displaystyle k} -coloring if and only if each of its finite sub-hypergraphs has a k {\displaystyle k} -coloring. [ 20 ]

  7. Edge coloring - Wikipedia

    en.wikipedia.org/wiki/Edge_coloring

    The road coloring problem is the problem of edge-coloring a directed graph with uniform out-degrees, in such a way that the resulting automaton has a synchronizing word. Trahtman (2009) solved the road coloring problem by proving that such a coloring can be found whenever the given graph is strongly connected and aperiodic.

  8. Hadwiger conjecture (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Hadwiger_conjecture_(graph...

    A graph that requires four colors in any coloring, and four connected subgraphs that, when contracted, form a complete graph, illustrating the case k = 4 of Hadwiger's conjecture In graph theory , the Hadwiger conjecture states that if G {\displaystyle G} is loopless and has no K t {\displaystyle K_{t}} minor then its chromatic number satisfies ...

  9. Complete coloring - Wikipedia

    en.wikipedia.org/wiki/Complete_coloring

    Finding ψ(G) is an optimization problem.The decision problem for complete coloring can be phrased as: . INSTANCE: a graph G = (V, E) and positive integer k QUESTION: does there exist a partition of V into k or more disjoint sets V 1, V 2, …, V k such that each V i is an independent set for G and such that for each pair of distinct sets V i, V j, V i ∪ V j is not an independent set.