snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 797 forks source link

agmfit doesn't work. #168

Open Ji-hongKim opened 5 years ago

Ji-hongKim commented 5 years ago

Whenever I try to run agmfit (c++), doesn't work with error message.

/// NBCmty.Len() == G->GetNI(NIdV[u]).GetDeg() + 1 ///

agmfit works on the example and small data set, but never when I use other dataset (Node 2000, Edge 4000). Does anyone have any idea why? Thanks