SetReplace icon indicating copy to clipboard operation
SetReplace copied to clipboard

Operator form of HypergraphToGraph

Open maxitg opened this issue 4 years ago • 0 comments

The problem

It would be nice to have an operator form of HypergraphToGraph, e.g.,

HypergraphToGraph["DirectedDistancePreserving"] @ {{1, 2, 3}, {3, 4, 5}}

would be equivalent to

HypergraphToGraph[{{1, 2, 3}, {3, 4, 5}}, "DirectedDistancePreserving"]

maxitg avatar Nov 09 '20 19:11 maxitg