-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
py3: avoid .vertices() in methods _ford_fulkerson, edge_cut, bounded_outdegree_orientation and gomory_hu_tree #27010
Comments
Commit: |
Branch: public/27010_graph |
New commits:
|
Reviewer: Travis Scrimshaw |
comment:2
LGTM. |
comment:3
Retarging tickets optimistically to the next milestone. If you are responsible for this ticket (either its reporter or owner) and don't believe you are likely to complete this ticket before the next release (8.7) please retarget this ticket's milestone to sage-pending or sage-wishlist. |
Changed branch from public/27010_graph to |
We fix all doctests errors in py3 of methods
bounded_outdegree_orientation
andgomory_hu_tree
ofgraph.py
by avoiding calls to.vertices()
in these methods and in methodsedge_cut
and_ford_fulkerson
ofgeneric_graph.py
. This also fixes some doctests ingeneric_graph.py
.CC: @tscrim @fchapoton
Component: graph theory
Author: David Coudert
Branch/Commit:
0240367
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27010
The text was updated successfully, but these errors were encountered: