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