#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[]) |