graphit
graphit copied to clipboard
Support for 2D vectors
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.
Thanks for the note Max, we will start working on that soon. We will keep you updated.