-
-
Notifications
You must be signed in to change notification settings - Fork 613
Overwrote methods concerning subdivision of edge(s) in a matching covered graph #40090
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
base: develop
Are you sure you want to change the base?
Conversation
By the way,
So, I essentially, just comment the line,
and the line
in |
The problem should be elsewhere in your configuration. I don't have this issue on my local installation (macOS and fedora). |
Hi @dcoudert, |
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.
This issue is the fresh restart of the issue #39650.
📝 Checklist
⌛ Dependencies
Nothing as of now.
cc: @dcoudert.