snap-stanford / snap

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

integer overflow #158

Closed aditimithal closed 5 years ago

aditimithal commented 5 years ago

Hi,

Is there a way we can use long long int as input for the snap modules (specifically clique detection). The module allows only integer inputs when creating the network.

roks commented 5 years ago

Please check out the 64-bit version of SNAP: https://github.com/snap-stanford/snap-dev-64