Definition in file list_graph.h.#include <vector>
#include <climits>
#include <lemon/invalid.h>
#include <lemon/map_registry.h>
#include <lemon/array_map.h>
#include <lemon/sym_map.h>
#include <lemon/map_defines.h>
Include dependency graph for list_graph.h:
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | ListGraph |
A list graph class. More... | |
class | SymListGraph |
Graph for bidirectional edges. More... | |
class | NodeSet |
A graph class containing only nodes. More... | |
class | NodeSet::EdgeMap |
Creating empty map structure for edges. More... | |
class | EdgeSet |
Graph structure using a node set of another graph. More... |