Hi Wouter, Packing two or more values into the edge value using a Tuple is a common practice. Does this work well for the algorithms you are writing?
Greg On Wed, Oct 12, 2016 at 4:29 PM, Wouter Ligtenberg <wou...@onzichtbaar.net> wrote: > Hi there, > > I'm currently working on making a Temporal Graph with Gelly, a Temporal > graph is a graph where edges have 2 extra values namely a beginning and > ending time. > > I started with this project a couple of weeks ago, since i don't have much > experience with Gelly or Flink i wanted to ask you guys if you had some > ideas on how to implement this idea into Gelly. > > I already tried extending Gelly Edges with a 5tuple instead of a 3tuple, > but it seems that Gelly isn't made for that. After that i moved on on > adding a 3tuple into the value field of an Edge. > > any other ideas? > > Best regards, > Wouter Ligtenberg > Student at TU Eindhoven >