#include <lemon/matching.h>
Public Member Functions | |
| BlossomIt (const MaxWeightedPerfectMatching &algorithm, int variable) | |
| Constructor. | |
| operator Node () const | |
| BlossomIt & | operator++ () |
| bool | operator== (Invalid) const |
| Validity checking. | |
| bool | operator!= (Invalid) const |
| Validity checking. | |
| BlossomIt | ( | const MaxWeightedPerfectMatching & | algorithm, | |
| int | variable | |||
| ) | [inline] |
Constructor to get the nodes of the given variable.
| operator Node | ( | ) | const [inline] |
Conversion to Node.
| BlossomIt& operator++ | ( | ) | [inline] |
Increment operator.
| bool operator== | ( | Invalid | ) | const [inline] |
This function checks whether the iterator is invalid.
| bool operator!= | ( | Invalid | ) | const [inline] |
This function checks whether the iterator is valid.