Home
last modified time | relevance | path

Searched defs:vertex_frequency_degree_cmp (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dvf2_sub_graph_iso.hpp848 struct vertex_frequency_degree_cmp struct
850 typedef typename graph_traits< Graph >::vertex_descriptor vertex_type;
852 vertex_frequency_degree_cmp(const Graph& graph, FrequencyMap freq) in vertex_frequency_degree_cmp() function
857 bool operator()(const vertex_type& v, const vertex_type& w) const in operator ()()
866 const Graph& graph_;
867 FrequencyMap freq_;