Opened 15 years ago
Closed 15 years ago
#348 closed enhancement (done)
Better figure for illustrating matching algs.
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.2 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The doc of module "Matching Algorithms" presents a bipartite graph as and illustration for the result of these algorithm. This falsely suggests that these algs work on this kind of graphs. In fact, the opposite is true, the bipartite graphs - therefore the bipartite matching algorithms - are yet to be ported from the 0.x series.
Thus, I would prefer an example on a general graph here.
Attachments (3)
Change History (8)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | matching.lgf added |
---|
Changed 15 years ago by
Attachment: | matching.eps added |
---|
comment:2 follow-up: 3 Changed 15 years ago by
Status: | new → assigned |
---|
I have uploaded two files, are they proper for replace the current figure?
The graph is generated with lgf_gen, and the matching is executed. The source of the drawing can be found:
Changed 15 years ago by
Attachment: | matching2.eps added |
---|
comment:3 follow-up: 4 Changed 15 years ago by
comment:4 follow-up: 5 Changed 15 years ago by
comment:5 Changed 15 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
Replying to kpeter:
I like both images, but Alpar's version seems better for the doc.
The figure has been changed in the repo, see [d48d79b11f5b].
An alternative solution: remove this image in the release branch 1.2, but keep it in the main branch, since it will be good once we have bipartite graphs and bipartite matchings (probably in release 1.3).