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

GetShortPath - Provides only the count - Need the Node ID Traversed along with the count #205

Open drshyamsundaram opened 3 years ago

drshyamsundaram commented 3 years ago

Hi Team Need help in getting the GetShortPath - to provide in addition of the the count , the Node ID traversed. Any help on how this can be obtained will be helpful. In case this is not available please consider this as an enhancement.

Also please point me to the code where the GetShortPath is implemented.

Thanks in advance for your support. Regards

Dx-Wang commented 3 years ago

I'm also looking for the solution. Looks like this function is implemented here.