PGROUTING
3.2
|
#include "pgr_stoerWagner.hpp"
Public Types | |
typedef G::E | E |
typedef G::E_i | E_i |
typedef G::V | V |
Public Member Functions | |
std::vector< pgr_stoerWagner_t > | stoerWagner (G &graph) |
Private Member Functions | |
std::vector< pgr_stoerWagner_t > | generatestoerWagner (const G &graph) |
Definition at line 50 of file pgr_stoerWagner.hpp.
typedef G::E Pgr_stoerWagner< G >::E |
Definition at line 60 of file pgr_stoerWagner.hpp.
typedef G::E_i Pgr_stoerWagner< G >::E_i |
Definition at line 61 of file pgr_stoerWagner.hpp.
typedef G::V Pgr_stoerWagner< G >::V |
Definition at line 59 of file pgr_stoerWagner.hpp.
|
inlineprivate |
Definition at line 68 of file pgr_stoerWagner.hpp.
References pgr_stoerWagner_t::cost, pgr_stoerWagner_t::edge, pgr_stoerWagner_t::mincut, and pgassert.
std::vector< pgr_stoerWagner_t > Pgr_stoerWagner< G >::stoerWagner | ( | G & | graph | ) |
Definition at line 111 of file pgr_stoerWagner.hpp.
References pgassert.
Referenced by pgr_stoerWagner().