Opened 13 years ago
Closed 13 years ago
#7294 closed defect (fixed)
Degree constrained subgraph
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 (last modified by )
Degree constrained subgraph problem in Sage in Graph.
Attachments (2)
Change History (5)
comment:1 Changed 13 years ago by
- Description modified (diff)
- Status changed from new to needs_review
Changed 13 years ago by
comment:2 Changed 13 years ago by
- Report Upstream set to N/A
- Reviewers set to Robert Miller
- Status changed from needs_review to positive_review
Changed 13 years ago by
comment:3 Changed 13 years ago by
- Merged in set to sage-4.3.rc1
- Milestone changed from sage-4.3.1 to sage-4.3
- Resolution set to fixed
- Status changed from positive_review to closed
I merged both patches above.
Note: See
TracTickets for help on using
tickets.
This looks good to me. I should note that you can use
if bounds is None
, since in Python the None type is unique.