Re: push-relabel flow algorithm

2014-03-25 Thread Rana Althunyan
> > to > > protected Iterable> getEdges(String[] > tokens) > > and change the body to create you your custom value. > > You can also look at the Okapi Files. They also provide nice implementations: > http://grafos.ml or > https://github.com/grafos-ml/okapi > >

Re: push-relabel flow algorithm

2014-03-25 Thread Rana Althunyan
u write into it in step one, you will be able to read or modify in > step two. > > Regards > > Pascal > > > Am 25.03.2014 um 07:14 schrieb Rana Althunyan : > >> Hello Pankaj Malhotra, >> >> Yes, I need to assign more than values to the edge. I need

Re: push-relabel flow algorithm

2014-03-24 Thread Rana Althunyan
n have > a class having as many fields as you want. Then convert the objects of that > class to Json objects using Gson for example. Then, you can use the Json > string to set the fields of the Text class. > > > On 22 March 2014 04:50, Rana Althunyan wrote: > Hello experts,

Fwd: push-relabel flow algorithm

2014-03-21 Thread Rana Althunyan
Hello experts, > I really need your help. I am new to Giraph. I have project on pregel paper, > and I need to implement One algorithm via Apache Giraph.The algorithm is > push-relabel flow algorithm. Actually when I started to adapt the algorithm > to fit to Giraph I found some problems. I will

push-relabel flow algorithm

2014-03-21 Thread Rana Althunyan
Hello experts, I really need your help. I am new to Giraph. I have project on pregel paper, and I need to implement One algorithm via Apache Giraph.The algorithm is push-relabel flow algorithm. Actually when I started to adapt the algorithm to fit to Giraph I found some problems. I will list the