#include <vector>
#include <algorithm>
#include <lemon/path_utils.h>
#include <lemon/error.h>
#include <lemon/bits/invalid.h>
Namespaces | |
namespace | lemon |
Classes | |
class | Path |
A structure for representing directed paths in a graph. More... | |
class | Path::EdgeIt |
Lemon style iterator for path edges. More... | |
class | SimplePath |
A structure for representing directed paths in a graph. More... | |
class | SimplePath::EdgeIt |
Iterator class to iterate on the edges of the paths. More... | |
class | ListPath |
A structure for representing directed paths in a graph. More... | |
class | ListPath::EdgeIt |
Iterator class to iterate on the edges of the paths. More... | |
class | StaticPath |
A structure for representing directed paths in a graph. More... | |
class | StaticPath::EdgeIt |
Iterator class to iterate on the edges of the paths. More... |