#include <vector>
#include <queue>
#include <lemon/error.h>
#include <lemon/invalid.h>
#include <lemon/tolerance.h>
#include <lemon/maps.h>
#include <lemon/graph_utils.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | Preflow |
Preflow algorithms class. More... | |
class | Preflow::InvalidArgument |
Exception for the case when the source equals the target. More... | |
Functions | |
template<class GR, class CM, class FM> | |
Preflow< GR, typename CM::Value, CM, FM > | lemon::preflow (const GR &g, typename GR::Node source, typename GR::Node target, const CM &cap, FM &flow) |
Function type interface for Preflow algorithm. |