Comment 5 for bug 404256

Revision history for this message
Michael Bommarito (mjbommar) wrote :

Testing again on the Linux side, but this time bypassing the python module. I'm uploading some C code that just loads the edge list above and calls eigenvector a few times, outputting the return value of eigenvector.

$ gcc test.c -o test -ligraph && ./test
|V| = 58, |E| = 109
evresult #0: 0
evresult #1: 0
evresult #2: 0
evresult #3: 0
evresult #4: 0
evresult #5: 0
evresult #6: 0
evresult #7: 0
evresult #8: 0
evresult #9: 0
evresult #10: 0