#13192: some code clean up for sage/graphs/graph.py
----------------------------+-----------------------------------------------
Reporter: eisermbi | Owner: jason, ncohen, rlm
Type: defect | Status: new
Priority: major | Milestone: sage-5.2
Component: graph theory | Keywords: sparse6_string
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
----------------------------+-----------------------------------------------
The function compare_edges() of module 'sage.graphs.graph.py' is used only
in one place, function sparse6_string(), and it works only on graphs whose
vertices can be compared with the < operator, e.g. integers. Furthermore,
the documentation is incomplete.
Hence, suggesting to make it a local function at the place where it is
used.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13192>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.