Opened 13 years ago
Closed 12 years ago
#7672 closed enhancement (fixed)
topological_sort in c_graphs
Reported by: | ncohen | Owned by: | rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-4.6.1 |
Component: | graph theory | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The function topological_sort uses Networkx for the moment. As c_graphs are to become the standard implementation of graphs in Sage, this function should be rewritten in Cython.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → needs_work |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | needs_work → closed |
Note: See
TracTickets for help on using
tickets.
Done at #10432