PGROUTING
3.2
|
#include "drivers/mincut/stoerWagner_driver.h"
#include <sstream>
#include <deque>
#include <vector>
#include "mincut/pgr_stoerWagner.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_stoerWagner (pgr_edge_t *data_edges, size_t total_edges, pgr_stoerWagner_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
template<class G > | |
static std::vector< pgr_stoerWagner_t > | pgr_stoerWagner (G &graph) |
void do_pgr_stoerWagner | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
pgr_stoerWagner_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 51 of file stoerWagner_driver.cpp.
References pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), pgr_stoerWagner(), UNDIRECTED, and AssertFailedException::what().
Referenced by process().
|
static |
Definition at line 43 of file stoerWagner_driver.cpp.
References Pgr_stoerWagner< G >::stoerWagner().
Referenced by do_pgr_stoerWagner().