Defines | Functions

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

#include <list>
#include <cmath>
#include "mtgl_test.hpp"
#include <mtgl/util.hpp>
#include <mtgl/static_graph_adapter.hpp>
#include <mtgl/connection_subgraphs.hpp>
#include <mtgl/rand_fill.hpp>
#include <mtgl/dynamic_array.hpp>

Defines

#define ASSERT   1
#define BEGIN_LOGGING()   ;
#define END_LOGGING()   ;

Functions

template<typename T >
void generate_range (T min, T max, T **Wt, int sz)
template<typename graph >
double run_csg_search (graph &ga, typename graph_traits< graph >::size_type vs, typename graph_traits< graph >::size_type vt, typename graph_traits< graph >::size_type expansions)
template<typename graph >
void test_csg_search (graph &ga, typename graph_traits< graph >::size_type vs, typename graph_traits< graph >::size_type vt, typename graph_traits< graph >::size_type trgSize, typename graph_traits< graph >::size_type nSrcs=1, typename graph_traits< graph >::size_type nTrials=1)
int main (int argc, char *argv[])

Detailed Description

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