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