We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b1e4c commit 10d9d2eCopy full SHA for 10d9d2e
src/_igraph/graphobject.c
@@ -14832,6 +14832,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
14832
" C{\"random\"} picks a random direction for each edge. C{\"acyclic\"}\n"
14833
" picks the edge directions in a way that the resulting graph will be\n"
14834
" acyclic if there were no self-loops in the original graph.\n"
14835
+ },
14836
14837
// interface to igraph_to_undirected
14838
{"to_undirected", (PyCFunction) igraphmodule_Graph_to_undirected,
0 commit comments