mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
18 lines
645 B
Diff
18 lines
645 B
Diff
|
diff --git a/src/sage/graphs/generic_graph.py b/src/sage/graphs/generic_graph.py
|
||
|
index 0070705f78..ac19818f1b 100644
|
||
|
--- a/src/sage/graphs/generic_graph.py
|
||
|
+++ b/src/sage/graphs/generic_graph.py
|
||
|
@@ -6699,12 +6699,6 @@ class GenericGraph(GenericGraph_pyx):
|
||
|
sage: G = DiGraph(d6, format='dig6')
|
||
|
sage: G.edge_connectivity()
|
||
|
5
|
||
|
- sage: G.edge_disjoint_spanning_trees(5) # long time
|
||
|
- [Digraph on 28 vertices,
|
||
|
- Digraph on 28 vertices,
|
||
|
- Digraph on 28 vertices,
|
||
|
- Digraph on 28 vertices,
|
||
|
- Digraph on 28 vertices]
|
||
|
|
||
|
Small cases::
|
||
|
|