You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function HypergraphDistanceMatrix should compute the distance between any 2 vertices in the hypergraph, similar to GraphDistanceMatrix, where (hypergraph) distance is (roughly) defined as the minimum length of a path that connects both vertices.
Possible solution
One "easy" solution is to use both HypergraphToGraph and GraphDistanceMatrix to compute this:
The problem
The function
HypergraphDistanceMatrix
should compute the distance between any 2 vertices in the hypergraph, similar toGraphDistanceMatrix
, where (hypergraph) distance is (roughly) defined as the minimum length of a path that connects both vertices.Possible solution
One "easy" solution is to use both
HypergraphToGraph
andGraphDistanceMatrix
to compute this:Alternative solutions
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: