Searched refs:count_edges (Results 1 – 2 of 2) sorted by relevance
39 inline typename graph_traits< Graph >::degree_size_type count_edges( in count_edges() function51 inline typename graph_traits< Graph >::degree_size_type count_edges( in count_edges() function98 count += detail::count_edges(g, *i, *j, Directed()); in num_triangles_on_vertex()
140 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() function253 || 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()