![]() |
pgRouting
pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality.
|
#include <sstream>
#include <vector>
#include <set>
#include "./pgr_maxflow.hpp"
#include "./max_flow_many_to_one_driver.h"
#include "../../common/src/pgr_alloc.hpp"
#include "./../../common/src/pgr_types.h"
Go to the source code of this file.
Functions | |
void | do_pgr_max_flow_many_to_one (pgr_edge_t *data_edges, size_t total_tuples, int64_t *source_vertices, size_t size_source_verticesArr, int64_t sink_vertex, char *algorithm, pgr_flow_t **return_tuples, size_t *return_count, char **err_msg) |
void do_pgr_max_flow_many_to_one | ( | pgr_edge_t * | data_edges, |
size_t | total_tuples, | ||
int64_t * | source_vertices, | ||
size_t | size_source_verticesArr, | ||
int64_t | sink_vertex, | ||
char * | algorithm, | ||
pgr_flow_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | err_msg | ||
) |
Definition at line 50 of file max_flow_many_to_one_driver.cpp.
References PgrFlowGraph< G >::boykov_kolmogorov(), PgrFlowGraph< G >::create_flow_graph(), PgrFlowGraph< G >::edmonds_karp(), PgrFlowGraph< G >::get_flow_edges(), pgr_alloc(), and PgrFlowGraph< G >::push_relabel().
Referenced by process().