All Distance Sketch  0.1
All distance sketch based algorithms
all_distance_sketch.h
1 #ifndef ALL_DISTANCE_SKETCH_ALL_DISTANCE_H_
2 #define ALL_DISTANCE_SKETCH_ALL_DISTANCE_H_
3 
4 // Graph
5 #include "graph/graph.h"
6 #include "graph/snap_graph_adaptor.h"
7 
8 // Algorithms
12 #include "algorithms/t_skim.h"
14 #include "algorithms/t_skim_dijkstra.h"
15 
16 // Sketch
17 #include "sketch/node_sketch.h"
18 #include "sketch/graph_sketch.h"
19 
20 #endif
Optimized version of Dijkstra algorithm for the sketch calculation algorithm.
Contains all TSkim influence maximization algorithms.
Contains all reverse rank algorithms.
Graph class.
Contains all TSkim influence maximization algorithms.
Sketch calculation algorithms.