-
-
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
Graph.edge_connectivity #7601
Comments
This comment has been minimized.
This comment has been minimized.
comment:4
updated ! |
comment:5
The point of doctests is partially to test each use case of a function. This function has three different inputs, and all of your tests use the default value. This isn't testing certain code paths in your function, and if someone messed up that part in a future patch, the tests as is wouldn't catch them. Please check and make sure you're testing each case. |
Attachment: trac_7601.patch.gz |
comment:6
Updated !! :-) |
Author: Nathann Cohen |
Reviewer: Robert Miller |
Merged: sage-4.3.rc1 |
As the title says, this patch implements the function edge_connectivity for Graphs.
You could be in need of #7270 and GLPK from http://sagemath.org/packages/optional/glpk-4.38.p4.spkg depending on the version of Sage you are using !!!
Component: graph theory
Author: Nathann Cohen
Reviewer: Robert Miller
Merged: sage-4.3.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7601
The text was updated successfully, but these errors were encountered: