Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
graph::generate::RandomGraphFactory Class Reference

#include <RandomGraphFactory.hpp>

Static Public Member Functions

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)
 

Member Function Documentation

◆ 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
Here is the call graph for this function:

◆ 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
Here is the call graph for this function:

The documentation for this class was generated from the following file: