HARP icon indicating copy to clipboard operation
HARP copied to clipboard

graph coarsening methods don't work

Open RRRussell opened this issue 3 years ago • 1 comments

The source code uses sfdp library for graph coarsening. But when I tried these three standard datasets, I found that the graph was not coarsened. That is, after the sentence "recursive_graphs, recursive_merged_nodes = [], read_coarsening_info( temp_dir)" of the external_ec_coarsening() function in graph_coarsening.py, the recursive_merged_nodes I received is an empty list. I want to know what happened because this caused the external_ec_coarsening() function to directly return the original graph.

RRRussell avatar Oct 06 '21 23:10 RRRussell

I have just replied your email -- let's follow us there :)

GTmac avatar Oct 09 '21 17:10 GTmac