Edge Cover

Edge Cover of a graph is a set of edges such that every vertex of the graph is incident to at least one edge of the set.

Minimum Edge Covering

is the size (number of edges) of minimum edge cover.

Theorem 4.10 - (for graph without isolated vertices)

Matching

a matching in an undirected graph is a set of edges without common vertices.

Maximum matching

זיווג מקסימום

is the size (number of edges) of maximum matching.

Perfect matching

Perfect matching in a graph is a matching that covers every vertex of the graph. A perfect matching is also a minimum-size edge cover. If there is a perfect matching, then both the matching number and the edge cover number equal .

  • for cycle with even length has a perfect matching.
  • graph of odd vertices does not have a perfect matching.
  • complete graph of even vertices always has a perfect matching.

Maximal Matching

זיווג מקסימלי להכלה A maximal matching is a matching of a graph that is not a subset of any other matching.

Matching in Bipartite graph