#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/subgraph_adapter.hpp>
#include <mtgl/snl_community2.hpp>
#include <mtgl/connected_components.hpp>
#include <mtgl/contraction_adapter.hpp>
#include <mtgl/visit_adj.hpp>
#include <mtgl/xmt_hash_table.hpp>
Data Structures | |
class | primal_filter< graph_adapter > |
Functions | |
template<typename graph_adapter , typename hash_table_t > | |
bool | pad_with_dummy (graph_adapter &g, hash_table_t &eweights) |
template<typename graph_adapter > | |
void | run_algorithm (kernel_test_info &kti, graph_adapter &ga, double thresh) |
int | main (int argc, char *argv[]) |