Default traits class of MaxFractionalMatching class.
| GR | Graph type. | 
#include <lemon/fractional_matching.h>
| Public Types | |
| typedef GR | Graph | 
| The type of the graph the algorithm runs on. | |
| typedef Graph::template NodeMap< typename GR::Arc > | MatchingMap | 
| The type of the map that stores the matching.  More... | |
| typedef LinkedElevator< Graph, typename Graph::Node > | Elevator | 
| The elevator type used by MaxFractionalMatching algorithm.  More... | |
| Static Public Member Functions | |
| static MatchingMap * | createMatchingMap (const Graph &graph) | 
| Instantiates a MatchingMap.  More... | |
| static Elevator * | createElevator (const Graph &graph, int max_level) | 
| Instantiates an Elevator.  More... | |
| typedef Graph::template NodeMap<typename GR::Arc> MatchingMap | 
The type of the map that stores the matching arcs. It must meet the ReadWriteMap concept.
| typedef LinkedElevator<Graph, typename Graph::Node> Elevator | 
The elevator type used by MaxFractionalMatching algorithm.
| 
 | inlinestatic | 
This function instantiates a MatchingMap.
| graph | The graph for which we would like to define the matching map. | 
 1.8.5
 1.8.5