#include <RandomGraphFactory.hpp>
|
template<typename TGraph > |
static ext::tuple< TGraph, typename TGraph::node_type, typename TGraph::node_type > | randomGraph (unsigned long max_nodes, unsigned long branching_factor) |
|
template<typename TGraph > |
static ext::tuple< TGraph, typename TGraph::node_type, typename TGraph::node_type > | randomWeightedGraph (unsigned long max_nodes, unsigned long branching_factor, long max_weight) |
|
◆ randomGraph()
template<typename TGraph >
ext::tuple< TGraph, typename TGraph::node_type, typename TGraph::node_type > graph::generate::RandomGraphFactory::randomGraph |
( |
unsigned long |
max_nodes, |
|
|
unsigned long |
branching_factor |
|
) |
| |
|
static |
◆ randomWeightedGraph()
template<typename TGraph >
ext::tuple< TGraph, typename TGraph::node_type, typename TGraph::node_type > graph::generate::RandomGraphFactory::randomWeightedGraph |
( |
unsigned long |
max_nodes, |
|
|
unsigned long |
branching_factor, |
|
|
long |
max_weight |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: