graph
graph copied to clipboard
Hello, I have been looking around for a modern C++ based graph library. Just wondering whether you are open to contributions for this project, if I can help out in...
a bug?
in the file include/graph/detail/directed_adjacency_vector_impl.hpp, line 908: const auto& [ukey, vkey, uv_val] = edge_data; the uv_val should be removed, as the tuple edge_data has only 2 elements.
Are the function templates `make_ordered_pair` and `make_unordered_pair` needed? See https://github.com/pratzl/graph/blob/a98481233a907eb51150a359fdf3eb22b9663280/include/graph/ordered_pair.hpp#L104 and https://github.com/pratzl/graph/blob/a98481233a907eb51150a359fdf3eb22b9663280/include/graph/ordered_pair.hpp#L197 Specifically, deduction guides should alleviate the need for these function templates.
The implementation was marked deprecated, about 3 years ago, with this commit: https://github.com/pratzl/graph/commit/6d77c8578ce816f5a7e80ade7b37cb10e26e3bec ... and there have been no updates since. What's the plan? What can we expect?