Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WA in load graph! (Using integer values only) #3

Open
madil27 opened this issue Oct 27, 2021 · 5 comments
Open

WA in load graph! (Using integer values only) #3

madil27 opened this issue Oct 27, 2021 · 5 comments

Comments

@madil27
Copy link

madil27 commented Oct 27, 2021

att.txt

adv.txt

I am trying to compare these two graphs. All the labels are numeric (integers). However, I am still getting WA in load graph errors that ends with segmentation fault.

@LijunChang
Copy link
Owner

Vertex ids must be from 0 to n-1.

@madil27
Copy link
Author

madil27 commented Oct 29, 2021

The current files (attached in this thread) have vertex IDs from 0 to n-1. However, it still won't work and gives the same errors/warnings

@LijunChang
Copy link
Owner

I saw that your input graphs have parallel edges, which are not supported by the current version of the implementation.

@madil27
Copy link
Author

madil27 commented Oct 29, 2021

Thanks, I will remove the parallel edges for this analysis.

One other question/clarification, if I want to compare 10 graphs with 10 other graphs (1st with 1st, 2nd with 2nd, ....), do I just put 10 graphs in each file and run the tool? Will the tool compare the 1st graph in file1 with the 1st graph in file2, 2nd graph in file1 with 2nd graph in file and so on?

@LijunChang
Copy link
Owner

I believe it compares the 1st graph in file1 with the 1st graph in file2, 2nd graph in file1 with 2nd graph in file2 and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants