Home
last modified time | relevance | path

Searched refs:has_no_edges (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dbc_clustering.hpp121 if (has_no_edges(g)) in betweenness_centrality_clustering()
140 } while (!is_done && !has_no_edges(g)); in betweenness_centrality_clustering()
Dminimum_degree_ordering.hpp321 bool has_no_edges; member in boost::detail::mmd_impl
346 : has_no_edges(true) in mmd_impl()
375 has_no_edges = false; in mmd_impl()
396 if (has_no_edges) in do_mmd()
Dgraph_utility.hpp432 template < typename Graph > bool has_no_edges(const Graph& g) in has_no_edges() function