Changes between Version 23 and Version 25 of Ticket #26640
- Timestamp:
- 12/30/18 10:40:49 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v23 v25 17 17 - #26679 clean generic_graph.py (part 13) - searches and constructors 18 18 - #26940 stop sorting returned list of edges in spanning tree methods 19 - #26971 py3: some minor fix for traveling salesman 20 19 21 20 22 '''Done''' … … 24 26 - #26285 avoid comparison of vertex labels in MIP - generic_graph.py 25 27 - #26469 avoid sorting vertex labels in `graph_plot.py` 26 - #26484 clean graph_coloring.py and avoid comparison of vertex labels 28 - #26478 clean `graph_plot_js.py`, `graph_list.py` and `graph_input.py` 29 - #26480 clean graph_latex.py 30 - #26484 clean `graph_coloring.py` and avoid comparison of vertex labels 27 31 - #26528 avoid using `.vertices()` in comparability, hyperbolicity and distances_all_pairs 28 32 - #26531 avoid using `.vertices()` in asteroidal_triples