#include <deque>
#include <vector>
#include <algorithm>
#include <lemon/invalid.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | DirPath |
A structure for representing directed paths in a graph. More... | |
class | DirPath::EdgeIt |
Iterator class to iterate on the edges of the paths. More... | |
class | DirPath::NodeIt |
Iterator class to iterate on the nodes of the paths. More... | |
class | DirPath::Builder |
Class to build paths. More... | |
class | UndirPath |
A structure for representing undirected path in a graph. More... | |
class | UndirPath::EdgeIt |
Iterator class to iterate on the edges of the paths. More... | |
class | UndirPath::NodeIt |
Iterator class to iterate on the nodes of the paths. More... | |
class | UndirPath::Builder |
Class to build paths. More... |