Changes between Version 33 and Version 41 of Ticket #26640
- Timestamp:
- 01/24/19 15:16:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640
-
Property
Milestone
changed from
sage-8.6
tosage-pending
-
Property
Milestone
changed from
-
Ticket #26640 – Description
v33 v41 16 16 - #26678 clean generic_graph.py (part 12) - meta-ticket for methods related to clustering, centrality and distances. Tickets are #26803, #26813, #26814, #26815, #26819, #26820, #26821, #26822, #26823, #26824, #26825, #26826 17 17 - #26679 clean generic_graph.py (part 13) - searches and constructors 18 - #27007 py3: avoid `.vertices()` in `planarity.pyx`19 - #27008 py3: avoid `.vertices()` in method `apex_vertices`$20 - #27009 py3: avoid sorting vertices and edges in method treewidth21 - #27010 py3: avoid `.vertices()` in methods `_ford_fulkerson`, `edge_cut`, `bounded_outdegree_orientation` and `gomory_hu_tree`22 18 - #27059 py3: improve doctests in `spanning_tree.pyx` 23 19 … … 67 63 - #26971 py3: some minor fix for traveling salesman 68 64 - #26973 py3: avoid `.vertices()` in `graph_plot.py` 65 - #27007 py3: avoid `.vertices()` in `planarity.pyx` 66 - #27008 py3: avoid `.vertices()` in method `apex_vertices` 67 - #27009 py3: avoid sorting vertices and edges in method treewidth 68 - #27010 py3: avoid `.vertices()` in methods `_ford_fulkerson`, `edge_cut`, `bounded_outdegree_orientation` and `gomory_hu_tree` 69 69