ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Pagerank example #98

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

This PR adds the example for the pagerank algorithm to the set of graybat examples. Furthermore, a new graph generation pattern called Random is added. This new pattern generates a random graph with n vertices which are randomly connected to other vertices. The amount of adjacent vertices is randomly determined between a minimum and maximum amount of edges. The new example was added to the cmake test target.