graphit icon indicating copy to clipboard operation
graphit copied to clipboard

Support for 2D vectors

Open mrutt92 opened this issue 5 years ago • 1 comments

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.

mrutt92 avatar May 29 '19 23:05 mrutt92

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

yunmingzhang17 avatar May 30 '19 00:05 yunmingzhang17