snap-stanford / snap

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

Check all edges in 'THGraph::TNodeI::HasEdge' #244

Closed ghost closed 4 days ago

ghost commented 1 year ago

Previously only the first edge is checked, which is presumably a typo.

Cc @bpedrood.

Thanks!