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

Main path analysis algorithms #230

Open rdurelli opened 2 years ago

rdurelli commented 2 years ago

I would like to know if snap has implemented the following algorithms:

(1) Search path link count (SPLC) (https://en.wikipedia.org/wiki/Main_path_analysis) -- which is a Traversal counts algorithm (2) Path Search

Thanks in advance.