#7605 closed enhancement (fixed)
Graph.vertex_connectivity
Reported by: | ncohen | Owned by: | rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3 |
Component: | graph theory | Keywords: | |
Cc: | Merged in: | sage-4.3.rc1 | |
Authors: | Nathann Cohen | Reviewers: | Robert Miller |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
As the title says, this patch implements the function vertex_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 !!!
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Status: | new → needs_review |
---|
comment:2 Changed 13 years ago by
Status: | needs_review → needs_work |
---|
Changed 13 years ago by
Attachment: | trac_7605.patch added |
---|
comment:4 Changed 13 years ago by
Authors: | → Nathann Cohen |
---|---|
Reviewers: | → Robert Miller |
Status: | needs_review → positive_review |
comment:5 Changed 13 years ago by
Merged in: | → sage-4.3.rc1 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
comment:6 Changed 13 years ago by
Milestone: | sage-4.3.1 → sage-4.3 |
---|
Note: See
TracTickets for help on using
tickets.
You need a doctest which illustrates the
sets
input option.