You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an undirected graph data from http://snap.stanford.edu/, which called RoadNet-CA. I try to run your code to partition the RoadNet-CA. After running your code, the RoadNet-CA-4.edges generated by your program only has 2766607 lines, while the origin data file of RoadNet-CA has 5533214 lines. I don not know why it happens. Please help!How to get the output.edges which has same lines as origin data?
The text was updated successfully, but these errors were encountered:
Hi Xuan,
many thanks for your message.
The current implementation of VGP works with undirected graphs.
Probably the graph you are trying to partition is directed, VGP considers
multiple directed edges between two vertices as the same.
Thanks,
Fabio
On 25 April 2017 at 06:18, Xuan Luo ***@***.***> wrote:
I get an undirected graph data from http://snap.stanford.edu/, which
called RoadNet-CA. I try to run your code to partition the RoadNet-CA.
After running your code, the RoadNet-CA-4.edges generated by your program
only has 2766607 lines, while the origin data file of RoadNet-CA has
5533214 lines. I don not know why it happens. Please help!How to get the
output.edges which has same lines as origin data?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMPPUBOV3C90O4_l_afG0U9cryvVnMdmks5rzYI6gaJpZM4NHAqJ>
.
I get an undirected graph data from http://snap.stanford.edu/, which called RoadNet-CA. I try to run your code to partition the RoadNet-CA. After running your code, the RoadNet-CA-4.edges generated by your program only has 2766607 lines, while the origin data file of RoadNet-CA has 5533214 lines. I don not know why it happens. Please help!How to get the output.edges which has same lines as origin data?
The text was updated successfully, but these errors were encountered: