graph_h_minor_free (313B)
1 # H-minor-free graph 2 3 An [undirected_graph] is *H-minor-free* if it does not have an [undirected_graph] H as a [graph_minor] 4 5 Each [undirected_graph] H thus defines a [graph_family], which must be [sparse_graphs] 6 7 discussed in https://en.wikipedia.org/wiki/Graph_minor 8 9 Up: [graph_free] 10 11 See also: [graph_h_free]