-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
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.