enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Weisfeiler Leman graph isomorphism test - Wikipedia

    en.wikipedia.org/wiki/Weisfeiler_Leman_graph...

    In graph theory, the Weisfeiler Leman graph isomorphism test is a heuristic test for the existence of an isomorphism between two graphs G and H. [1] It is a generalization of the color refinement algorithm and has been first described by Weisfeiler and Leman in 1968. [ 2 ]

  3. Reachability - Wikipedia

    en.wikipedia.org/wiki/Reachability

    In graph theory, reachability refers to the ability to get from one vertex to another within a graph. A vertex s {\displaystyle s} can reach a vertex t {\displaystyle t} (and t {\displaystyle t} is reachable from s {\displaystyle s} ) if there exists a sequence of adjacent vertices (i.e. a walk ) which starts with s {\displaystyle s} and ends ...

  4. Graph enumeration - Wikipedia

    en.wikipedia.org/wiki/Graph_enumeration

    The complete list of all free trees on 2, 3, and 4 labeled vertices: = tree with 2 vertices, = trees with 3 vertices, and = trees with 4 vertices.. In combinatorics, an area of mathematics, graph enumeration describes a class of combinatorial enumeration problems in which one must count undirected or directed graphs of certain types, typically as a function of the number of vertices of the ...

  5. Clique problem - Wikipedia

    en.wikipedia.org/wiki/Clique_problem

    For graphs of constant arboricity, such as planar graphs (or in general graphs from any non-trivial minor-closed graph family), this algorithm takes O (m) time, which is optimal since it is linear in the size of the input. [18] If one desires only a single triangle, or an assurance that the graph is triangle-free, faster algorithms are possible.

  6. Graph-tool - Wikipedia

    en.wikipedia.org/wiki/Graph-tool

    graph-tool is a Python module for manipulation and statistical analysis of graphs (AKA networks). The core data structures and algorithms of graph-tool are implemented in C++ , making extensive use of metaprogramming , based heavily on the Boost Graph Library . [ 1 ]

  7. Greedy coloring - Wikipedia

    en.wikipedia.org/wiki/Greedy_coloring

    The graphs that are both perfect graphs and -perfect graphs are exactly the chordal graphs. On even-hole-free graphs more generally, the degeneracy ordering approximates the optimal coloring to within at most twice the optimal number of colors; that is, its approximation ratio is 2. [20]

  8. Profiling (computer programming) - Wikipedia

    en.wikipedia.org/wiki/Profiling_(computer...

    Python: Python profiling includes the profile module, hotshot (which is call-graph based), and using the 'sys.setprofile' function to trap events like c_{call,return,exception}, python_{call,return,exception}. Ruby: Ruby also uses a similar interface to Python for profiling. Flat-profiler in profile.rb, module, and ruby-prof a C-extension are ...

  9. NetworkX - Wikipedia

    en.wikipedia.org/wiki/NetworkX

    NetworkX is suitable for operation on large real-world graphs: e.g., graphs in excess of 10 million nodes and 100 million edges. [ clarification needed ] [ 19 ] Due to its dependence on a pure-Python "dictionary of dictionary" data structure, NetworkX is a reasonably efficient, very scalable , highly portable framework for network and social ...