Closed milsen closed 9 months ago
In GitLab by @ni-tro on Apr 12, 2021, 10:24
@joschie has layed the foundation in this branch: https://git.tcs.uos.de/ogdf-devs/OGDF/-/tree/jschierbaum-thesis-matchings
If we continue this branch, there is still some work to do:
If we decide to start from scratch, we should survey existing implementations first (e.g. "Blossom V" mentioned above).
In GitLab by @ni-tro on Nov 18, 2020, 13:33
The OGDF lacks efficient algorithms for the usual matching problems:
bipartite(already done by https://git.tcs.uos.de/ogdf-devs/OGDF/-/commit/c9ce7f55e2a0eed2ae30f197b326b99057f74f3e) general graphs.It could be useful to refer to a state-of-the-art implementation of Edmond's Blossom algorithm, such as V. Kolmogorov's "Blossom V" (article, source).