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 12efe9a commit eb1904cCopy full SHA for eb1904c
gap/prop.gi
@@ -574,7 +574,7 @@ function(gr)
574
indegs := InDegrees(gr);
575
outdegs := OutDegrees(gr);
576
fulldegs := indegs + outdegs;
577
- adjmatrix := BooleanAdjacencyMatrix(gr);
+ adjmatrix := BooleanAdjacencyMatrixMutableCopy(gr);
578
# checks if Meyniel's theorem, Theorem 4.1 or Theorem 4.2 are applicable.
579
checkMT := true;
580
check41 := true;
0 commit comments