ogdf / ogdf

OGDF, the Open Graph Drawing Framework/Open Graph algorithms and Data structure Framework.
http://www.ogdf.net/
Other
318 stars 107 forks source link

Implement Matching Algorithms #192

Closed milsen closed 9 months ago

milsen commented 4 years ago

In GitLab by @ni-tro on Nov 18, 2020, 13:33

The OGDF lacks efficient algorithms for the usual matching problems:

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).

milsen commented 3 years 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).