#include <vector>
#include <lemon/invalid.h>
#include <lemon/bits/clearable_graph_extender.h>
#include <lemon/bits/extendable_graph_extender.h>
#include <lemon/bits/iterable_graph_extender.h>
#include <lemon/bits/alteration_notifier.h>
#include <lemon/bits/default_map.h>
#include <lemon/bits/undir_graph_extender.h>
#include <lemon/utility.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | SmartGraphBase |
Base of SmartGraph. More... | |
class | SmartGraph |
A smart graph class. More... | |
class | SmartGraph::SnapShot |
Class to make a snapshot of the graph and to restrore to it later. More... | |
class | UndirSmartGraph |
A smart undirected graph class. More... |