# Create a list of all edges, and assign colors based on whether they are in the shortest path or not ...
@nx._dispatchable(preserve_edge_attrs={"G": {"weight": 1}}, returns_graph=True) def spectral_graph_forge(G, alpha, transformation="identity", seed=None): """Returns a ...