Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <FordFulkerson.hpp>
Static Public Member Functions | |
static Flow | findMaximumFlow (const DirectedGraph &graph, const node::Node &source, const node::Node &sink) |
static Flow | findMaximumFlow (const UndirectedGraph &graph, const node::Node &source, const node::Node &sink) |
|
static |
|
static |