graph-v2
graph-v2 copied to clipboard
CPO `vertex_value` -- what for?
What is the purpose of the CPO vertex_value?
Graph containers customize it, but it is never used:
neighbors.hppandvertexlist.hppmention it only in comments;- there is one usage in
bellman_ford_shortest_paths.hppbut it is clearly a bug: https://github.com/stdgraph/graph-v2/pull/180.
If it is used for anything, it requires some rethinking in branch desc4. The friend function in compressed_graph takes a vertex descriptor, while the CPO requires avertex reference.