PGROUTING  3.2
max_flow_driver.h
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 File: max_flow_many_to_many_driver.h
3 
4 Generated with Template by:
5 Copyright (c) 2015 pgRouting developers
7 
8 Function's developer:
9 Copyright (c) 2016 Andrea Nardelli
11 
12 ------
13 
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
18 
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 
28  ********************************************************************PGR-GNU*/
29 
30 #ifndef INCLUDE_DRIVERS_MAX_FLOW_MAX_FLOW_DRIVER_H_
31 #define INCLUDE_DRIVERS_MAX_FLOW_MAX_FLOW_DRIVER_H_
32 #pragma once
33 
34 /* for size-t */
35 #ifdef __cplusplus
36 # include <cstddef>
37 #else
38 # include <stddef.h>
39 #endif
40 
41 #include "c_types/pgr_flow_t.h"
43 #include "c_types/pgr_edge_t.h"
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif
48 
49  void
51  pgr_edge_t *data_edges,
52  size_t total_tuples,
53 
54  pgr_combination_t *combinations,
55  size_t total_combinations,
56 
57  int64_t* source_vertices,
58  size_t size_source_verticesArr,
59  int64_t* sink_vertices,
60  size_t size_sink_verticesArr,
61  int algorithm,
62  bool only_flow,
63  pgr_flow_t **return_tuples,
64  size_t *return_count,
65  char** log_msg,
66  char** notice_msg,
67  char** err_msg);
68 
69 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif // INCLUDE_DRIVERS_MAX_FLOW_MAX_FLOW_DRIVER_H_
pgr_edge_t
Definition: pgr_edge_t.h:37
pgr_combination_t.h
pgr_flow_t
Definition: pgr_flow_t.h:37
do_pgr_max_flow
void do_pgr_max_flow(pgr_edge_t *data_edges, size_t total_tuples, 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, int algorithm, bool only_flow, pgr_flow_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg)
Definition: max_flow_driver.cpp:43
pgr_combination_t
Definition: pgr_combination_t.h:43
pgr_flow_t.h
pgr_edge_t.h