#include <lemon/bits/invalid.h>
#include <lemon/maps.h>
#include <lemon/bits/graph_adaptor_extender.h>
#include <lemon/bits/traits.h>
#include <iostream>
Namespaces | |
namespace | lemon |
Classes | |
class | BpUGraphAdaptorBase |
Base type for the Bipartite Undirected Graph Adaptors. More... | |
class | BpUGraphAdaptor |
Trivial Bipartite Undirected Graph Adaptor. More... | |
class | SwapBpUGraphAdaptor |
Bipartite graph adaptor which swaps the two nodeset. More... | |
class | MatchingBpUGraphAdaptor |
Bipartite graph adaptor to implement matching algorithms. More... |