In graph theory, a fractional matching is a generalization of a matching in which, intuitively, each vertex may be broken into fractions that are matched to different neighbor vertices.

Definition

edit

Given a graph  , a fractional matching in   is a function that assigns, to each edge  , a fraction  , such that for every vertex  , the sum of fractions of edges adjacent to   is at most one:[1]   A matching in the traditional sense is a special case of a fractional matching, in which the fraction of every edge is either zero or one:   if   is in the matching, and   if it is not. For this reason, in the context of fractional matchings, usual matchings are sometimes called integral matchings.

Size

edit

The size of an integral matching is the number of edges in the matching, and the matching number   of a graph   is the largest size of a matching in  . Analogously, the size of a fractional matching is the sum of fractions of all edges. The fractional matching number of a graph   is the largest size of a fractional matching in  . It is often denoted by  .[2] Since a matching is a special case of a fractional matching, the integral matching number of every graph   is less than or equal to the fractional matching number of  ; in symbols: A graph in which   is called a stable graph.[3] Every bipartite graph is stable; this means that in every bipartite graph, the fractional matching number is an integer and it equals the integral matching number.

In an arbitrary graph,   The fractional matching number is either an integer or a half-integer.[4]

Matrix presentation

edit

For a bipartite graph  , a fractional matching can be presented as a matrix with   rows and   columns. The value of the entry in row   and column   is the fraction of the edge  .

Perfect fractional matching

edit

A fractional matching is called perfect if the sum of weights adjacent to each vertex is exactly one. The size of a perfect matching is exactly  .

In a bipartite graph  , a fractional matching is called  -perfect if the sum of weights adjacent to each vertex of   is exactly one. The size of an  -perfect fractional matching is exactly  .

For a bipartite graph  , the following are equivalent:

  •   admits an  -perfect integral matching,
  •   admits an  -perfect fractional matching, and
  •   satisfies the condition to Hall's marriage theorem.

The first condition implies the second because an integral matching is a fractional matching. The second implies the third because, for each subset  , the sum of weights incident to vertices of   is  , so the edges adjacent to them are necessarily adjacent to at least   vertices of  . By Hall's marriage theorem, the last condition implies the first one.[5]

In a general graph, the above conditions are not equivalent – the largest fractional matching can be larger than the largest integral matching. For example, a 3-cycle admits a perfect fractional matching of size   (the fraction of every edge is  ), but does not admit a perfect integral matching – its largest integral matching is of size one.

Algorithmic aspects

edit

A largest fractional matching in a graph can be found by linear programming, or alternatively by a maximum flow algorithm. In a bipartite graph, it is possible to convert a maximum fractional matching to a maximum integral matching of the same size. This leads to a polynomial-time algorithm for finding a maximum matching in a bipartite graph.[6]

If   is a bipartite graph with  , and   is a perfect fractional matching, then the matrix representation of   is a doubly stochastic matrix – the sum of elements in each row and each column is one. Birkhoff's algorithm can be used to decompose the matrix into a convex sum of at most   permutation matrices. This corresponds to decomposing   into a convex combination of at most   perfect matchings.

Maximum-cardinality fractional matching

edit

A fractional matching of maximum cardinality (i.e., maximum sum of fractions) can be found by linear programming. There is also a strongly-polynomial time algorithm,[7] using augmenting paths, that runs in time  .

Maximum-weight fractional matching

edit

Suppose each edge on the graph has a weight. A fractional matching of maximum weight in a graph can be found by linear programming. In a bipartite graph, it is possible to convert a maximum-weight fractional matching to a maximum-weight integral matching of the same size, in the following way:[8]

  • Let   be the fractional matching.
  • Let   be a subgraph of   containing only the edges   with non-integral fraction,  .
  • If   is empty, then   already describes an integral matching.
  • if   has a cycle, then it must be even-length (since the graph is bipartite). One can construct a new fractional matching   by transferring a small fraction   from edges in even positions around the cycle to edges in odd positions, and a new fractional matching   by transferring   from odd edges to even edges. Since   is the average of   and  , the weight of   is the average between the weight of   and of  . Since   has maximum weight, all three matchings must have the same weight. There exists a choice of   for which at least one of   and   has fewer edges with non-integral fraction. Continuing in the same way leads to an integral matching of the same weight.
  • Supposing that   has no cycle, let   be a longest path in  . As above, one can construct two matchings   and   by transferring   from edges in even positions along the path to edges in odd positions, or vice versa. Because   is a longest path, its endpoints have no other edges of   incident to them, and any incident edges in   must have zero as their fraction, so this transfer cannot overload these vertices. Again   and   must have maximum weight, and at least one of them has fewer non-integral fractions.

Fractional matching polytope

edit

Given a graph  , the fractional matching polytope of   is a convex polytope that represents all possible fractional matchings of  . It is a polytope in   – the  -dimensional Euclidean space. Each point   in the polytope represents a matching in which, for some numbering of the edges as  , the fraction of each edge is  . This polytope is defined by   non-negativity constraints (  for all  ) and   vertex constraints (the sum of  , for all edges   that are adjacent to a vertex  , is at most one).

For a bipartite graph, this is the matching polytope, the convex hull of the points in   that correspond to integral matchings. Thus, in this case, the vertices of the polytope are all integral. For a non-bipartite graph, the fractional matching polytope is a superset of the matching polytope.

References

edit
  1. ^ Aharoni, Ron; Kessler, Ofra (1990-10-15). "On a possible extension of Hall's theorem to bipartite hypergraphs". Discrete Mathematics. 84 (3): 309–313. doi:10.1016/0012-365X(90)90136-6. ISSN 0012-365X.
  2. ^ Liu, Yan; Liu, Guizhen (2002). "The fractional matching numbers of graphs". Networks. 40 (4): 228–231. doi:10.1002/net.10047. ISSN 1097-0037. S2CID 43698695.
  3. ^ Beckenbach, Isabel; Borndörfer, Ralf (2018-10-01). "Hall's and Kőnig's theorem in graphs and hypergraphs". Discrete Mathematics. 341 (10): 2753–2761. doi:10.1016/j.disc.2018.06.013. ISSN 0012-365X. S2CID 52067804.
  4. ^ Füredi, Zoltán (1981-06-01). "Maximum degree and fractional matchings in uniform hypergraphs". Combinatorica. 1 (2): 155–162. doi:10.1007/BF02579271. ISSN 1439-6912. S2CID 10530732.
  5. ^ Aharoni, Ron (1985). "Matchings in n-partite n-graphs". Graphs and Combinatorics. 1 (4): 303–304. doi:10.1007/BF02582958. MR 0951021.
  6. ^ Gärtner, Bernd; Matoušek, Jiří (2006). Understanding and Using Linear Programming. Berlin: Springer. ISBN 3-540-30697-8.
  7. ^ Bourjolly, Jean-Marie; Pulleyblank, William R. (1989-01-01). "König-Egerváry graphs, 2-bicritical graphs and fractional matchings". Discrete Applied Mathematics. 24 (1): 63–82. doi:10.1016/0166-218X(92)90273-D. ISSN 0166-218X.
  8. ^ Vazirani, Umesh (2012). "Maximum Weighted Matchings" (PDF). U. C. Berkeley.

See also

edit