Ticket #1361 (closed defect: fixed)
[with patch, with positive review] reimplement graph generation
| Reported by: | rlm | Owned by: | rlm |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | combinatorics | Keywords: | graphs |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Changes:
- Redefine order to be number of edges.
- Start with empty graph.
- Augment by adding 1 edge.
- Cython-ize.
Attachments
Change History
comment:1 Changed 5 years ago by rlm
- Owner changed from mhansen to rlm
- Status changed from new to assigned
comment:3 Changed 5 years ago by rlm
Implementing in Cython should have little effect, since what is in Python is certainly not the bottleneck.
comment:4 Changed 5 years ago by rlm
- Summary changed from reimplement graph generation to [with patch] reimplement graph generation
Note: See
TracTickets for help on using
tickets.

