#include <strstream>
#include "mtgl_test.hpp"
#include <mtgl/ufl.h>
#include <mtgl/util.hpp>
#include <mtgl/metrics.hpp>
#include <mtgl/SMVkernel.h>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/generate_girvan_newman_graph.hpp>
#include <mtgl/neighborhoods.hpp>
#include <mtgl/connected_components.hpp>
#include <mtgl/contraction_adapter.hpp>
#include <mtgl/rand_fill.hpp>
#include <mtgl/visit_adj.hpp>
#include <mtgl/xmt_hash_table.hpp>
Data Structures | |
class | cost_filter< graph_adapter > |
Functions | |
template<class graph_adapter > | |
int | update_edge_support (graph_adapter *ga, int *comp, double *edge_support) |
template<class graph_adapter > | |
double | compute_squared_error (graph_adapter *ga, double *edge_support) |
template<typename graph_adapter > | |
int | run_algorithm (graph_adapter &ga, int &num_comm, double *rvals, FILE *avatar_fp) |
int | main (int argc, char *argv[]) |