Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test_graph_helpers.h File Reference
#include <cstddef>
#include <initializer_list>
#include <random>
#include <utility>
#include <vector>
#include <tpl_array.H>
Include dependency graph for test_graph_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Aleph_Test_Helpers::Positive_Arc_Filter
 

Namespaces

namespace  Aleph_Test_Helpers
 

Functions

template<class GT >
Aleph::Array< typename GT::Node * > Aleph_Test_Helpers::build_graph_with_unit_arcs (GT &g, const size_t n, const std::vector< std::pair< size_t, size_t > > &edges)
 
template<class GT >
Aleph::Array< typename GT::Node * > Aleph_Test_Helpers::build_graph_with_unit_arcs (GT &g, const size_t n, const std::initializer_list< std::pair< size_t, size_t > > &edges)
 
template<class GT >
Aleph::Array< typename GT::Node * > Aleph_Test_Helpers::build_graph_with_unit_arcs (GT &g, const size_t n, const Aleph::Array< std::pair< size_t, size_t > > &edges)
 
template<class EdgeContainer >
EdgeContainer Aleph_Test_Helpers::make_random_tree_edges (const size_t n, std::mt19937 &rng)