Remove load functions (recommendation from Oliver)
Remove unnecessary edges(g,u,pid) function and related types. It's just a filter based on target vertex partition, and can easily be done using facilities in the library.
Add constructors for compressed_graph and include optional part_start_id parameter for partition definition.
Remove load functions (recommendation from Oliver)
Remove unnecessary edges(g,u,pid) function and related types. It's just a filter based on target vertex partition, and can easily be done using facilities in the library.
Add constructors for compressed_graph and include optional part_start_id parameter for partition definition.
Added implementation in graph-v2.