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

Support for 2D vectors #96

Open
mrutt92 opened this issue May 29, 2019 · 1 comment
Open

Support for 2D vectors #96

mrutt92 opened this issue May 29, 2019 · 1 comment

Comments

@mrutt92
Copy link

mrutt92 commented May 29, 2019

I'm trying to implement all pairs shortest path using GraphIt and I'm having trouble.

I'd like to have a 2D vector distance that for any two vertices u and v distance[u][v] holds a an integer. I'd like this vector to be accessible from within an apply and filter function.

GraphIt doesn't seem to have support for this feature. Can this be supported?
Thank you.

@yunmingzhang17
Copy link
Collaborator

Thanks for the note Max, we will start working on that soon. We will keep you updated.

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

No branches or pull requests

3 participants