Opened 8 years ago
Last modified 8 years ago
#14000 closed enhancement
Speedup in GenericGraph.relabel() and two new options — at Initial Version
Reported by: | ncohen | Owned by: | jason, ncohen, rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-5.8 |
Component: | graph theory | Keywords: | graphs, relabelling |
Cc: | stumpc5, chapoton | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Because of some weird graphs built by ennemies of The Good Graph People, it seems that most of the work done by GenericGraph?.relabel() is totally useless. This patch adds two optional arguments to this method, which let the users enable/disable tests.
Nathann
Note: See
TracTickets for help on using
tickets.