PGROUTING
3.2
|
#include "drivers/max_flow/minCostMaxFlow_driver.h"
#include <sstream>
#include <deque>
#include <vector>
#include <set>
#include "max_flow/pgr_minCostMaxFlow.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_assert.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 *sourceVertices, size_t sizeSourceVerticesArr, int64_t *sinkVertices, size_t sizeSinkVerticesArr, 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 * | sourceVertices, | ||
size_t | sizeSourceVerticesArr, | ||
int64_t * | sinkVertices, | ||
size_t | sizeSinkVerticesArr, | ||
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().