OKlibrary
0.2.1.6
|
Functions | |
template<typename Graph > | |
Graph | complete_graph (typename boost::graph_traits< Graph >::vertices_size_type n) |
template<typename Graph > | |
void | complete_graph_imp (Graph &g, boost::directed_tag) |
template<typename Graph > | |
void | complete_graph_imp (Graph &g, boost::undirected_tag) |
Graph Generators::complete_graph | ( | typename boost::graph_traits< Graph >::vertices_size_type | n | ) |
Definition at line 28 of file Generators.hpp.
References complete_graph_imp().
void Generators::complete_graph_imp | ( | Graph & | g, |
boost::directed_tag | |||
) | [inline] |
Definition at line 38 of file Generators.hpp.
Referenced by complete_graph().
void Generators::complete_graph_imp | ( | Graph & | g, |
boost::undirected_tag | |||
) | [inline] |
Definition at line 48 of file Generators.hpp.