-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overwrote methods concerning subdivision of edges in a matching covered graph #39650
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit e9c81d3; changes) is ready! 🎉 |
Hi, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Hi @dcoudert, Could you please set it back to |
It was already back to needs review when you rebased on rc1. |
The objective of this issue is to overwrite the methods pertaining to subdivision of edges in a matching covered graph.
More specifically, this PR aims to overwrite the following methods:
subdivide_edge()
| Subdivide an edgek
times.subdivide_edges()
| Subdividek
times edges from an iterable container.This PR shall address the methods related to subdivision of edge(s) in matching covered graphs.
Fixes #38216.
Note that this issue fixes a small part of the mentioned issue.
📝 Checklist
⌛ Dependencies
Nothing as of now.
cc: @dcoudert.