Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::no_augmenting_path_finder< Graph, MateMap, VertexIndexMap > Struct Template Reference

#include <max_cardinality_matching.hpp>

Public Member Functions

 no_augmenting_path_finder (const Graph &, MateMap, VertexIndexMap)
 
bool augment_matching ()
 
template<typename PropertyMap >
void get_current_matching (PropertyMap)
 

Constructor & Destructor Documentation

template<typename Graph , typename MateMap , typename VertexIndexMap = dummy_property_map>
boost::no_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::no_augmenting_path_finder ( const Graph &  ,
MateMap  ,
VertexIndexMap   
)
inline

Member Function Documentation

template<typename Graph , typename MateMap , typename VertexIndexMap = dummy_property_map>
bool boost::no_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::augment_matching ( )
inline
template<typename Graph , typename MateMap , typename VertexIndexMap = dummy_property_map>
template<typename PropertyMap >
void boost::no_augmenting_path_finder< Graph, MateMap, VertexIndexMap >::get_current_matching ( PropertyMap  )
inline

The documentation for this struct was generated from the following file: