Skip to content

Commit

Permalink
IGMinimumSeparators: temporary workaround for #48
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed May 3, 2017
1 parent 90d2ffe commit a42d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGraphM/IGraphM.m
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@

SyntaxInformation[IGMinimumSeparators] = {"ArgumentsPattern" -> {_}};
IGMinimumSeparators[graph_?igGraphQ] :=
catch@Block[{ig = igMakeFast[graph]},
catch@Block[{ig = igMakeFast@UndirectedGraph[graph]},
igUnpackVertexSet[graph]@check@ig@"minimumSizeSeparators"[]
]

Expand Down

0 comments on commit a42d8f1

Please sign in to comment.