enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Mycielskian - Wikipedia

    en.wikipedia.org/wiki/Mycielskian

    Applying the Mycielskian repeatedly, starting with the one-edge graph, produces a sequence of graphs M i = μ(M i−1), sometimes called the Mycielski graphs. The first few graphs in this sequence are the graph M 2 = K 2 with two vertices connected by an edge, the cycle graph M 3 = C 5 , and the Grötzsch graph M 4 with 11 vertices and 20 edges.

  3. Implicit function theorem - Wikipedia

    en.wikipedia.org/wiki/Implicit_function_theorem

    The unit circle can be specified as the level curve f(x, y) = 1 of the function f(x, y) = x 2 + y 2.Around point A, y can be expressed as a function y(x).In this example this function can be written explicitly as () =; in many cases no such explicit expression exists, but one can still refer to the implicit function y(x).

  4. Forbidden graph characterization - Wikipedia

    en.wikipedia.org/wiki/Forbidden_graph...

    Forbidden graph characterizations may be used in algorithms for testing whether a graph belongs to a given family. In many cases, it is possible to test in polynomial time whether a given graph contains any of the members of the obstruction set, and therefore whether it belongs to the family defined by that obstruction set.

  5. Factor-critical graph - Wikipedia

    en.wikipedia.org/wiki/Factor-critical_graph

    A graph is said to be k-factor-critical if every subset of n k vertices has a perfect matching. Under this definition, a hypomatchable graph is 1-factor-critical. [13] Even more generally, a graph is (a,b)-factor-critical if every subset of n k vertices has an r-factor, that is, it is the vertex set of an r-regular subgraph of the given ...

  6. Graph factorization - Wikipedia

    en.wikipedia.org/wiki/Graph_factorization

    If k is sufficiently large, it is known that G has to be 1-factorable: If k = 2n 1, then G is the complete graph K 2n, and hence 1-factorable (see above). If k = 2n 2, then G can be constructed by removing a perfect matching from K 2n. Again, G is 1-factorable. Chetwynd & Hilton (1985) show that if k ≥ 12n/7, then G is 1-factorable.

  7. Handshaking lemma - Wikipedia

    en.wikipedia.org/wiki/Handshaking_lemma

    Given this information, the degree-sum formula can be used to recover the number of edges in the given graph and the degrees of each vertex. From this, it is possible to determine whether the given graph is a regular graph , and if so to determine it uniquely from any vertex-deleted subgraph by adding a new neighbor for all the subgraph ...

  8. Hamiltonian path problem - Wikipedia

    en.wikipedia.org/wiki/Hamiltonian_path_problem

    To decide if a graph has a Hamiltonian path, one would have to check each possible path in the input graph G. There are n! different sequences of vertices that might be Hamiltonian paths in a given n-vertex graph (and are, in a complete graph), so a brute force search algorithm that tests all possible sequences would be very slow.

  9. Brooks' theorem - Wikipedia

    en.wikipedia.org/wiki/Brooks'_theorem

    For certain graphs, even fewer than Δ colors may be needed. Δ 1 colors suffice if and only if the given graph has no Δ-clique, provided Δ is large enough. [6] For triangle-free graphs, or more generally graphs in which the neighborhood of every vertex is sufficiently sparse, O(Δ/log Δ) colors suffice. [7]