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