Re: question about making a temporal Graph with Gelly

2016-10-13 Thread otherwise777
Hello Greg, So far i've added a Tuple3 in the value field of an edge and that seems to work. However in the end i want to make a library on top of Gelly that supports temporal graphs all together. For that i want to add a temporal edge class to use in the graph but i didn't succeed in doing that,

Re: question about making a temporal Graph with Gelly

2016-10-12 Thread Greg Hogan
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 wrote: > ​​Hi there, > > I'm currently working on making a Temporal Graph with Gelly, a