stdgraph / P1709

P1709: C++ Graph Library Proposal
6 stars 0 forks source link

Firm up partition definition #87

Closed pratzl closed 5 months ago

pratzl commented 5 months ago

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.