-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
move method distance_graph to graph.py #33776
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch: public/graphs/33776 |
Reviewer: Travis Scrimshaw |
comment:2
LGTM. |
comment:3
Thank you |
Changed branch from public/graphs/33776 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Method
distance_graph
, introduced in #7533, has been designed for undirected graphs (see #7533 comment:3) and moved togeneric_graph.py
in #7634 without care for directed graphs.In this ticket, we move
distance_graph
tograph.py
and improve it.We let open the design of an adequate method for directed graphs and the extension to weighted (di)graphs.
CC: @tscrim
Component: graph theory
Author: David Coudert
Branch/Commit:
1edf47a
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33776
The text was updated successfully, but these errors were encountered: