sagemath / sage

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

Overwrote methods concerning loops for a matching covered graph #38955

Open janmenjayap opened 2 weeks ago

janmenjayap commented 2 weeks ago

The objective of this issue is to overwrite the methods pertaining to loops for a matching covered graph.

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

This PR shall address the methods related to loops for 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.

janmenjayap commented 2 weeks ago

I think you added too many doctests. Do we really need to tests all the methods in the tests of all methods ?

Oh. I will rectify this.

github-actions[bot] commented 2 weeks ago

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

janmenjayap commented 1 week ago

Hi, If I am not mistaken, shouldn't we wait till the PR #38742 is merged followed by resolving the conflicts in this PR after pulling the changes from develop branch?

dcoudert commented 1 week ago

Yes, it would be much better. I'm setting back this PR to needs review then.