#include <lemon/max_matching.h>
Public Member Functions | |
BlossomIt (const MaxWeightedMatching &algorithm, int variable) | |
Constructor. | |
BlossomIt (Invalid) | |
operator Node () const | |
BlossomIt & | operator++ () |
BlossomIt | ( | const MaxWeightedMatching & | algorithm, | |
int | variable | |||
) | [inline] |
Constructor for get the nodes of the variable.
operator Node | ( | ) | const [inline] |
Conversion to node.
BlossomIt& operator++ | ( | ) | [inline] |
Increment operator.