stdgraph / P1709

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

Rename csr_graph to compresed_graph to avoid confusion #40

Closed pratzl closed 1 year ago

pratzl commented 1 year ago

We should have a different name than csr_graph since: CSR'' is a linear algebra concept; a graph does not haverows''; the same structure also represents ``CSC''; not calling it csr may avoid some of the discussions we had with linear algebra people. This has the potential of bogging down the entire proposal.

pratzl commented 1 year ago

Changes pushed.