• Thumbnail for Maximum cardinality matching
    Maximum cardinality matching is a fundamental problem in graph theory. We are given a graph G, and the goal is to find a matching containing as many edges...
    10 KB (1,317 words) - 15:41, 14 June 2025
  • examples of maximal matchings (red) in three graphs. A maximum matching (also known as maximum-cardinality matching) is a matching that contains the largest...
    24 KB (3,032 words) - 23:25, 29 June 2025
  • Thumbnail for Maximum weight matching
    of the maximum weight matching problem is the assignment problem, in which the graph is a bipartite graph and the matching must have cardinality equal...
    2 KB (232 words) - 17:14, 23 February 2025
  • literature, the term complete matching is used. Every perfect matching is a maximum-cardinality matching, but the opposite is not true. For example, consider the...
    7 KB (951 words) - 11:59, 30 June 2025
  • Hopcroft–Karp algorithm (category Matching (graph theory))
    algorithm that takes a bipartite graph as input and produces a maximum-cardinality matching as output — a set of as many edges as possible with the property...
    25 KB (3,746 words) - 14:52, 14 May 2025
  • Thumbnail for Maximum flow problem
    the maximum flow in N {\displaystyle N} is equal to the size of the maximum matching in G {\displaystyle G} , and a maximum cardinality matching can be...
    42 KB (5,243 words) - 08:03, 12 July 2025
  • Thumbnail for Matching in hypergraphs
    is a perfect fractional matching with weights {1/2, 1/2, 1/2, 1/2, 1}. The problem of finding a maximum-cardinality matching in a hypergraph, thus calculating...
    20 KB (2,606 words) - 01:16, 19 February 2025
  • maximum cardinality matching in G that has minimum cost. Let w: E → R be a weight function on the edges of E. The minimum weight bipartite matching problem...
    10 KB (1,399 words) - 12:24, 23 June 2025
  • Maximally matchable edge (category Matching (graph theory))
    included in at least one maximum-cardinality matching in the graph. An alternative term is allowed edge. A fundamental problem in matching theory is: given a...
    7 KB (1,268 words) - 23:23, 22 April 2023
  • Dulmage–Mendelsohn decomposition (category Matching (graph theory))
    is a maximum-cardinality matching. The sets E, O, U do not depend on the maximum-cardinality matching M (i.e., any maximum-cardinality matching defines...
    9 KB (1,179 words) - 19:55, 12 October 2024
  • maximum-cardinality matching, but does not depend on which matching is chosen (the decomposition is the same for every maximum-cardinality matching chosen)...
    8 KB (1,290 words) - 23:19, 25 August 2023
  • Thumbnail for Bipartite graph
    matching algorithms such as the Hopcroft–Karp algorithm for maximum cardinality matching work correctly only on bipartite inputs. As a simple example...
    33 KB (4,086 words) - 21:34, 28 May 2025
  • is trivial. When k=2, the problem is equivalent to finding a maximum cardinality matching, which can be solved in polynomial time. For any k≥3, the problem...
    12 KB (1,514 words) - 10:17, 13 October 2024
  • maximum cardinality matching. Kőnig's theorem is equivalent to the following: The positivity graph of any bistochastic matrix admits a perfect matching. A...
    10 KB (1,510 words) - 15:19, 23 June 2025
  • matching (also called: maximum priority matching) is a matching that maximizes the number of high-priority vertices that participate in the matching....
    3 KB (404 words) - 01:45, 30 November 2023
  • Thumbnail for Assignment problem
    Assignment problem (category Matching (graph theory))
    matching of size n + r {\displaystyle n+r} . A minimum-cost perfect matching in this graph must consist of minimum-cost maximum-cardinality matchings...
    20 KB (2,960 words) - 22:25, 19 June 2025
  • Thumbnail for Network controllability
    to maintain full control of the network is determined by the maximum-cardinality matching in the network. From this result, an analytical framework, based...
    12 KB (1,518 words) - 13:36, 12 March 2025
  • of a set F of edges is the dot product 1E · 1F . Therefore, a maximum cardinality matching in G is given by the following integer linear program: Maximize...
    11 KB (1,552 words) - 19:06, 26 February 2025
  • graph theory, the blossom algorithm is an algorithm for constructing maximum matchings on graphs. The algorithm was developed by Jack Edmonds in 1961, and...
    17 KB (2,022 words) - 02:10, 26 June 2025
  • cycle length, a maximum-cardinality and maximum-weight exchange can be found in polynomial time. For example, to find a maximum-cardinality exchange, given...
    14 KB (1,857 words) - 16:19, 23 May 2025
  • convert a bipartite graph to a maximum cardinality matching Hungarian algorithm: algorithm for finding a perfect matching Prüfer coding: conversion between...
    72 KB (7,951 words) - 17:13, 5 June 2025
  • Thumbnail for Richard M. Karp
    Hopcroft–Karp algorithm, the fastest known method for finding maximum cardinality matchings in bipartite graphs. In 1980, along with Richard J. Lipton,...
    12 KB (883 words) - 20:13, 31 May 2025
  • Thumbnail for Matroid rank
    equals its cardinality, and dependent if and only if it has greater cardinality than rank. A nonempty set is a circuit if its cardinality equals one plus...
    11 KB (1,426 words) - 09:36, 27 May 2025
  • + 2 {\displaystyle n^{2}-2n+2} perfect matchings. A fractional matching of maximum cardinality (i.e., maximum sum of fractions) can be found by linear...
    11 KB (1,783 words) - 01:35, 25 May 2025
  • there exists a matching that saturates all the agents; this can be decided in polynomial time by just finding a maximum cardinality matching in the bipartite...
    13 KB (1,778 words) - 20:45, 19 June 2025
  • Processing Letters 74, 2000, 107-114. "The weighted matching approach to maximum cardinality matching," H.N. Gabow, Fundamenta Informaticae (Elegant Structures...
    6 KB (530 words) - 19:43, 13 May 2025
  • Thumbnail for Kőnig's theorem (graph theory)
    Kőnig's theorem (graph theory) (category Matching (graph theory))
    proved by Dénes Kőnig (1931), describes an equivalence between the maximum matching problem and the minimum vertex cover problem in bipartite graphs. It...
    24 KB (3,433 words) - 02:46, 12 December 2024
  • Alt, H.; Blum, N.; Mehlhorn, K.; Paul, M. (1991), "Computing a maximum cardinality matching in a bipartite graph in time O ( n 1.5 m / log ⁡ n ) {\textstyle...
    6 KB (536 words) - 09:46, 25 May 2025
  • Thumbnail for Vertex cover in hypergraphs
    there is an algorithm that runs in time f (OPT)nO(1) where OPT is the cardinality of the smallest hitting set. The hitting set problem is fixed-parameter...
    11 KB (1,328 words) - 11:01, 15 July 2025
  • Thumbnail for Point-set registration
    speaking, maximum consensus solves the following optimization: where | I | {\displaystyle \vert {\mathcal {I}}\vert } denotes the cardinality of the set...
    70 KB (9,086 words) - 20:41, 23 June 2025