MaxFractionalMatching< GR, TR >::SetStandardElevator< T > Struct Template Reference


Detailed Description

template<typename GR, typename TR>
template<typename T>
struct lemon::MaxFractionalMatching< GR, TR >::SetStandardElevator< T >

Named parameter for setting Elevator type with automatic allocation. The Elevator should have standard constructor interface to be able to automatically created by the algorithm (i.e. the graph and the maximum level should be passed to it). However an external elevator object could also be passed to the algorithm with the elevator() function before calling run() or init().

See also:
SetElevator

#include <lemon/fractional_matching.h>

Inheritance diagram for MaxFractionalMatching< GR, TR >::SetStandardElevator< T >:

List of all members.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines