cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA] Expose `count_multi_edges ` for cuGraph C++ graph_view_t to python

Open VibhuJawa opened this issue 3 years ago • 0 comments

Describe the solution you'd like and any additional context

We should expose count_multi_edges for cuGraph C++ graph_view_t to python to check if a graph has multi_edges.

It is possible for that it can be used to has_duplicates in Property Graphs.
Currently we do expensive has_duplicates call here and using that count_multi_edges might be more optimial.

For more context see discussion here

VibhuJawa avatar Jul 15 '22 18:07 VibhuJawa