Fractional matching

Last updated

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.

Contents

Definition

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

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, [4] The fractional matching number is either an integer or a half-integer. [5]

Matrix presentation

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

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:

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. [6]

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

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. [7]

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

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, [8] using augmenting paths, that runs in time .

Maximum-weight fractional matching

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: [9]

Fractional matching polytope

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

  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. Scheinerman, Edward R.; Ullman, Daniel H. (1997). Fractional Graph Theory: A Rational Approach to the Theory of Graphs (PDF). John Wiley & Sons. p. 15. Retrieved November 13, 2025.
  6. Aharoni, Ron (1985). "Matchings in n-partite n-graphs". Graphs and Combinatorics . 1 (4): 303–304. doi:10.1007/BF02582958. MR   0951021.
  7. Gärtner, Bernd; Matoušek, Jiří (2006). Understanding and Using Linear Programming. Berlin: Springer. ISBN   3-540-30697-8.
  8. 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.
  9. Vazirani, Umesh (2012). "Maximum Weighted Matchings" (PDF). U. C. Berkeley.

See also