PGROUTING
3.2
|
#include <stddef.h>
#include "c_types/pgr_flow_t.h"
#include "c_types/pgr_combination_t.h"
#include "c_types/pgr_costFlow_t.h"
Go to the source code of this file.
Functions | |
void | do_pgr_minCostMaxFlow (pgr_costFlow_t *data_edges, size_t total_edges, pgr_combination_t *combinations, size_t total_combinations, int64_t *source_vertices, size_t size_source_verticesArr, int64_t *sink_vertices, size_t size_sink_verticesArr, bool only_cost, pgr_flow_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_minCostMaxFlow | ( | pgr_costFlow_t * | data_edges, |
size_t | total_edges, | ||
pgr_combination_t * | combinations, | ||
size_t | total_combinations, | ||
int64_t * | source_vertices, | ||
size_t | size_source_verticesArr, | ||
int64_t * | sink_vertices, | ||
size_t | size_sink_verticesArr, | ||
bool | only_cost, | ||
pgr_flow_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 43 of file minCostMaxFlow_driver.cpp.
References edge::cost, pgrouting::graph::PgrCostFlowGraph::GetFlowEdges(), pgrouting::graph::PgrCostFlowGraph::MinCostMaxFlow(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), edge::source, edge::target, and AssertFailedException::what().
Referenced by process().