wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

graph_family (864B)


      1 # Graph family
      2 
      3 A (generally [infinite]) set of [graphs]
      4 
      5 - [cycle]
      6   - [triangle]
      7   - [hole]
      8 - [path]
      9 - [tree]
     10   - [polytree]
     11   - [multitree]
     12   - [forest]
     13 - [bipartite_graph]
     14 - [interval_graph]
     15 - [graph_regular]
     16   - [graph_cubic]
     17 - [grid_graph]
     18   - [wall_graph]
     19 - [strongly_connected_graph]
     20 - [graph_series_parallel]
     21 
     22 - [chordal]
     23 - [planar_graph]
     24 - [graph_perfect]
     25 
     26 - [graph_free]
     27   - [graph_h_free]
     28   - [graph_induced_h_free]
     29     - [graph_pk_free]
     30   - [graph_h_minor_free]
     31 
     32 - [graph_sparse]
     33 
     34 - [cograph]
     35 - [erdos_renyi_graph]
     36 - [graph_factorable]
     37 - [friendship_graph]
     38 - [berge_graph]
     39 
     40 May have the property of being [graph_class_hereditary]
     41 
     42 Up: [graph]
     43 
     44 Aliases: graph class
     45 
     46 See also: [halls_theorem], [network_reliability], [robertson_seymour], [graph_radius_diameter], [turan_theorem], [graph_substructure], [graph_labeling], [erdos_posa], [graph_traversal]