Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph Adaptors #34

Open
neoblizz opened this issue Aug 2, 2023 · 1 comment
Open

Graph Adaptors #34

neoblizz opened this issue Aug 2, 2023 · 1 comment
Assignees

Comments

@neoblizz
Copy link
Member

neoblizz commented Aug 2, 2023

We need clarification on what needs to be done here?

@pratzl
Copy link
Contributor

pratzl commented Aug 16, 2023

One use-case is to adapt a range-of-ranges structure to support the Graph Container Interface. An example is vector<vector<tuple<int,double>>>. I showed an example of the idea in ./graph-v2/example/CppCon2022. There are limits to the implementation, and a more general implementation would be needed.
There may be other use-cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants