Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dmax_cardinality_matching.hpp688 struct maximum_cardinality_matching_verifier struct
691 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_vertex
726 static bool verify_matching(const Graph& g, MateMap mate, VertexIndexMap vm) in verify_matching()