#include <cstddef>
#include <initializer_list>
#include <random>
#include <utility>
#include <vector>
#include <tpl_array.H>
Go to the source code of this file.
|
| 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) |
| |