Functions

sst/elements/genericProc/programs/MTGL/test/test_strongly_connected_components.cpp File Reference

#include <cassert>
#include <mtgl/mtgl_adapter.hpp>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/util.hpp>
#include <mtgl/strongly_connected_components.hpp>
#include <mtgl/metrics.hpp>
#include <mtgl/dynamic_array.hpp>
#include "mtgl_test.hpp"

Functions

double get_freq ()
void print (int *A, int size)
template<typename graph_t >
void test_scc (graph_t &ga, int *result)
template<typename graph_t >
void test_scc_dc_simple (graph_t &ga, int *result)
template<typename graph_t >
void test_scc_dcsc (graph_t &ga, int *result)
template<typename graph_t >
void test_scc_recursive_dcsc (graph_t &ga, int *result)
int main (int argc, char *argv[])

Detailed Description

Author:
Jon Berry (jberry@sandia.gov)
Date:
12/4/2007