wiki_research

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

graph_regular (524B)


      1 # Graph regular
      2 
      3 A [graph] where all [vertices] have the same [degree]
      4 
      5 https://mathoverflow.net/questions/428212/perfect-matching-decomposition-algorithm-for-bipartite-regular-graphs
      6 - a [bipartite_graph] can be decomposed into edge-disjoint [perfect_matchings] iff the [graph] is regular
      7 - uses [halls_theorem] https://math.stackexchange.com/questions/4361540/if-g-is-n-regular-then-g-has-n-disjoint-perfect-matchings
      8 
      9 [Special_case]:
     10 - [2_regular]
     11 
     12 See also: [graph_matching_covered]
     13 
     14 Up: [graph]
     15 
     16 Aliases: regular graph