PGROUTING
3.2
|
#include "drivers/max_flow/maximum_cardinality_matching_driver.h"
#include <sstream>
#include <vector>
#include "max_flow/pgr_maximumcardinalitymatching.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_maximum_cardinality_matching (pgr_basic_edge_t *data_edges, size_t total_tuples, bool directed, pgr_basic_edge_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_maximum_cardinality_matching | ( | pgr_basic_edge_t * | data_edges, |
size_t | total_tuples, | ||
bool | directed, | ||
pgr_basic_edge_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 42 of file maximum_cardinality_matching_driver.cpp.
References pgr_alloc(), pgr_free(), pgr_msg(), and AssertFailedException::what().
Referenced by process().