Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://gitlab.inria.fr/bora-ucar/matchmaker.git
03 September 2026, 22:58:49 UTC
  • Code
  • Branches (3)
  • Releases (1)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/tags/v0.9
    • refs/tags/v1.0
    • v0.3
  • 9baf1bc
  • /
  • README.md
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:3f87269cbde093d4a755a2df93eeacf5f0c4563b
origin badgedirectory badge
swh:1:dir:9baf1bc03292dbadf5b5b50a9d65bdb1d38c9981
origin badgerevision badge
swh:1:rev:50b09f54e9c4255c1a7becfce54d088940124149
origin badgesnapshot badge
swh:1:snp:7e6827b13c64ee91add458723f068e1b5031d947

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 50b09f54e9c4255c1a7becfce54d088940124149 authored by Bora Ucar on 25 October 2022, 14:28:05 UTC
fix typo
Tip revision: 50b09f5
README.md
# MatchMaker: A collection of algorithms for finding maximum transversals or maximum matchings in bipartite graphs.

This repository contains efficient implementations of a number of 
algorithms for the maximum cardinality matching in bipartite graphs.

The algorithms are described in the following three papers.

<pre>

@article{klmu:13m,
	Author = {Kaya, Kamer and Langguth, Johannes and Manne, Fredrik and U\c{c}ar, Bora},
	Journal = {Computers \& Operations Research},
	Number = {5},
	Pages = {1266--1275},
	Title = {Push-relabel based algorithms for the maximum transversal problem},
	Volume = {40},
	URL = {https://hal.inria.fr/hal-00763920},
	Year = {2013}
}

@article{duku:12m,
	Author = {Duff, Iain S. and Kaya, Kamer and U\c{c}ar, Bora},
	Journal = {{ACM} Transactions on Mathematical Software},
	Pages = {13:1--13:31},
	Title = {Design, implementation, and analysis of maximum transversal algorithms},
	Volume = {38},
	URL={https://hal.inria.fr/hal-00786548},
	Year = {2012}
}

@inproceedings{pauc:20,
               author = {Ioannis Panagiotas and Bora U{\c{c}}ar},
               booktitle = {28th Annual European Symposium on Algorithms, {ESA} 2020, September 7-9, 2020, Pisa, Italy (Virtual Conference)},
               editor = {Fabrizio Grandoni and Grzegorz Herman and Peter Sanders},
               pages = {76:1--76:23},
               publisher = {Schloss Dagstuhl - Leibniz-Zentrum f{\"{u}}r Informatik},
               series = {LIPIcs},
               title = {Engineering Fast Almost Optimal Algorithms for Bipartite Graph Matching},
               volume = {173},
               year = {2020}
}

</pre>

## License
See the file LICENSE. The software is under CeCILL-B license, which is a BSD-like license.

## Contact
The e-mail addresses of the authors are:
kamer.kaya@sabanciuniv.edu, langguth@simula.no, ioannis.panagiotas@outlook.com, and bora.ucar@cnrs.fr.

## Build
The codes are written in C and are easily callable. 
We provide a julia interace and a mex interface for ease of use in Matlab.

## Usage and arguments
The julia file sampleUsemmaker.jl and the Matlab file mmaker.m contain
examples and help.

## Files
+ LICENSE: Describes the CeCILL-B license.
+ README.md: This file.
+ cheap.c: Implementations of 5 jump-start routines.
    - 0: No initialization
	- 1: Simple Greedy
	- 2: Karp-Sipser
	- 3: Random Karp-Sipser
	- 4: Minimum Degree (two-sided)
	- 5: Truncated random walk

+ matching.c: Implementations of 10 maximum transversal algorithms.
	- 0: No augmentation
	- 1: DFS based
	- 2: BFS based
	- 3: MC21 (DFS + lookahead)
	- 4: PF (Pothen and Fan's algorithm)
	- 5: PF+ (PF + fairness)
	- 6: HK (Hopcroft and Karp's algorithm)
	- 7: HK-DW (Duff-Wiberg implementation of HK)
	- 8: ABMP (Alt et al.'s algorithm)
	- 9: ABMP-BFS (ABMP + BFS)
	- 10: Push-Relabel + fairness

+ matchmaker.h: Defines constants for the project.

+ matlab/README.md: information on the matlab interface.
+ matlab/mmaker.c: Matlab (mex) interface for the algorithms. 
+ matlab/mmaker.m: for use in MATLAB, contains the help.

+ julia/README.md: information on the julia interface.
+ julia/mmaker.jl: the julia interface.
+ julia/mmaker_h.jl: wraps a call to the library.
+ julia/sampleUsemmaker.jl: sample use cases.

## Versions
This is version v1.0 (February 2022). 
It includes the initialization algorithm/heuristic 5 and moves files in suitable directories.
Version v0.9 (February 2022) included the julia interface.

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API