Home
last modified time | relevance | path

Searched refs:count_edges (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/
Dclustering_coefficient.hpp39 inline typename graph_traits< Graph >::degree_size_type count_edges( in count_edges() function
51 inline typename graph_traits< Graph >::degree_size_type count_edges( in count_edges() function
98 count += detail::count_edges(g, *i, *j, Directed()); in num_triangles_on_vertex()
/third_party/boost/libs/graph/test/
Dgraph.cpp140 else if (num_edges(g) != count_edges(g)) in check_edge_added()
150 template < class Graph > std::size_t count_edges(Graph& g) in count_edges() function
253 || in_edge_set(g, a, b) || num_edges(g) != count_edges(g); in main()
299 || num_edges(g) != count_edges(g); in main()
486 && num_edges(g) == count_edges(g)) in main()