Searched defs:maximum_cardinality_matching_verifier (Results 1 – 1 of 1) sorted by relevance
688 struct maximum_cardinality_matching_verifier struct691 template < typename X > struct map_vertex_to_699 typename graph_traits< Graph >::vertex_descriptor vertex_descriptor_t;700 typedef typename graph_traits< Graph >::vertices_size_type v_size_t;701 typedef typename graph_traits< Graph >::vertex_iterator vertex_iterator_t;702 typedef typename map_vertex_to_< int >::type vertex_to_int_map_t;704 vertex_to_vertex_map_t;706 template < typename VertexStateMap > struct non_odd_vertex726 static bool verify_matching(const Graph& g, MateMap mate, VertexIndexMap vm) in verify_matching()