#include <cstdlib>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/quicksort.hpp>
#include <mtgl/generate_rmat_graph.hpp>
#include <mtgl/breadth_first_search_mtgl.hpp>
#include <mtgl/visit_adj.hpp>
#include <mtgl/metrics.hpp>
#include <mtgl/read_matrix_market.hpp>
#include <mtgl/read_dimacs.hpp>
#include <mtgl/mtgl_io.hpp>
Data Structures | |
struct | rank_info |
class | page_rank_visitor< graph > |
Functions | |
void | compute_acc (static_graph_adapter &g, rank_info *rinfo) |
template<class graph_adapter > | |
int | select_twenty_fifth (graph_adapter &g) |
int | main (int argc, char *argv[]) |