Closed dcoudert closed 5 years ago
LGTM.
Reviewer: Travis Scrimshaw
Is there a metaticket for files in graphs
? I'm particularly interested in more on generic_graph.py
, especially is_isomorphic
, and also base/sparse_graph.pyx
, especially iterator_edges
. Both of these try to sort vertices, which cause Python 3 doctest failures in homology/simplicial_complexes.py
and homology/examples.py
.
Let us use #26640 as meta ticket. Should have been opened earlier. Feel free to modify it as I don't know how to organize it.
Changed branch from public/26637_generic_graph_part_6 to 7766d8e
Done here:
correct method
eulerian_orientation
for graphs without edge (was not using the right set of vertices)orientation.py
?some care in
min_spanning_tree
, but we have remaining issues:"Prim_fringe"
compare vertex labels. I addedhash(..)
around, but this is certainly not enough.avoid a call to .edges in
cycle_basis
CC: @tscrim @fchapoton @seblabbe
Component: graph theory
Author: David Coudert
Branch/Commit:
7766d8e
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/26637