Documentation

Atlas.CombinatorialOptimization.code.Matching.ForestCharacterization

def SimpleGraph.IsInAlternatingForest {V : Type u_1} (G : SimpleGraph V) (M : G.Subgraph) (A : Set V) (b : V) :
Instances For
    theorem SimpleGraph.Walk.IsAugmentingPath.odd_length {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {u v : V} {p : G.Walk u v} {M : G.Subgraph} (haug : p.IsAugmentingPath M) :
    theorem SimpleGraph.Walk.IsAlternatingFrom.reverse_of_odd {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {u v : V} {p : G.Walk u v} {M : G.Subgraph} (halt : p.IsAlternatingFrom M) (hodd : Odd p.edges.length) :
    theorem SimpleGraph.Walk.IsAugmentingPath.reverse' {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {u v : V} {p : G.Walk u v} {M : G.Subgraph} (haug : p.IsAugmentingPath M) :
    theorem SimpleGraph.walk_endpoint_parity {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {A B : Set V} (hbip : G.IsBipartiteWith A B) {u v : V} (p : G.Walk u v) :
    (u A(Even p.edges.lengthv A) (Odd p.edges.lengthv B)) (u B(Even p.edges.lengthv B) (Odd p.edges.lengthv A))
    theorem SimpleGraph.augmenting_to_forest {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {A B : Set V} (hbip : G.IsBipartiteWith A B) {M : G.Subgraph} (haug : G.HasAugmentingPath M) :
    bB, bM.verts G.IsInAlternatingForest M A b
    theorem SimpleGraph.forest_to_augmenting {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} {A B : Set V} (hbip : G.IsBipartiteWith A B) {M : G.Subgraph} {b : V} (hb : b B) (hbM : bM.verts) (hforest : G.IsInAlternatingForest M A b) :
    theorem SimpleGraph.forest_characterization {V : Type u_1} [DecidableEq V] {G : SimpleGraph V} (M : G.Subgraph) (hM : M.IsMatching) (hMfin : M.edgeSet.Finite) (A B : Set V) (hbip : G.IsBipartiteWith A B) :
    M.IsMaxMatching bB, bM.verts¬G.IsInAlternatingForest M A b