This PR adds ports of the Python cugraph functions for hypergraph transform. A simple Graph class that does just enough to get hypergraph test running has been added. I expect we will want to expand Graph in the future as more use-cases come up. All major tests have been ported.
Lastly, this work differs from the Python implementation in that the hyper/direct cases are split into separate functions.
This PR adds ports of the Python
cugraph
functions for hypergraph transform. A simpleGraph
class that does just enough to get hypergraph test running has been added. I expect we will want to expandGraph
in the future as more use-cases come up. All major tests have been ported.Lastly, this work differs from the Python implementation in that the hyper/direct cases are split into separate functions.