sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.47k stars 487 forks source link

Implemented methods pertaining to the canonical partition of a matching covered graph #38892

Open janmenjayap opened 4 weeks ago

janmenjayap commented 4 weeks ago

The objective of this issue is to implement the methods pertaining to the canonical partition of a matching covered graph.

More specifically, this PR aims to implement the following two methods:

This PR shall address the methods related to canonical partition of matching covered graphs.

Fixes #38216. Note that this issue fixes a small part of the mentioned issue. This PR depends on the PR #38742.

:memo: Checklist

:hourglass: Dependencies

Nothing as of now (up to my knowledge).

cc: @dcoudert.

github-actions[bot] commented 4 weeks ago

Documentation preview for this PR (built with commit ee8bdbd28f853b3a8b7a771056c8bb4ca6c4e01c; changes) is ready! :tada: This preview will update shortly after each push to this PR.

dcoudert commented 3 weeks ago

in the description of this PR, you say that it fixes #38216 but this is not the case. It is part of that issue, or a follow-up of that issue.