Changes between Initial Version and Version 6 of Ticket #13192
- Timestamp:
- 07/02/12 15:36:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13192
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Nathann Cohen
-
Property
Authors
changed from
to
Birk Eisermann
-
Property
Status
changed from
-
Ticket #13192 – Description
initial v6 1 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.1 The function compare_edges() of module 'sage.graphs.graph.py' is a simple comparison function used only in 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. 2 2 3 Hence, suggesting to make it a local function at the place where it is used.3 Suggesting to replace it by a built-in function at the place where it was used.