Ticket #1089 (closed enhancement: fixed)
[tested] [with patch] graphs: update subgraph to handle a list of edges
| Reported by: | jason | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.13 |
| Component: | combinatorics | Keywords: | graphs |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
Here is an update to the subgraph function to handle a list of edges. If edges are not specified, then it reverts to the original functionality (returning an induced subgraph).
I also fix a doctest that should have been complaining in transitive_reduction and make the doctests in min_spanning_tree make more sense.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

