PGROUTING
3.2
|
#include "pgr_stoerWagner_t.h"
Public Attributes | |
double | cost |
int64_t | edge |
double | mincut |
int | seq |
Definition at line 36 of file pgr_stoerWagner_t.h.
double pgr_stoerWagner_t::cost |
Definition at line 39 of file pgr_stoerWagner_t.h.
Referenced by _pgr_stoerwagner(), and Pgr_stoerWagner< G >::generatestoerWagner().
int64_t pgr_stoerWagner_t::edge |
Definition at line 38 of file pgr_stoerWagner_t.h.
Referenced by _pgr_stoerwagner(), and Pgr_stoerWagner< G >::generatestoerWagner().
double pgr_stoerWagner_t::mincut |
Definition at line 40 of file pgr_stoerWagner_t.h.
Referenced by _pgr_stoerwagner(), and Pgr_stoerWagner< G >::generatestoerWagner().
int pgr_stoerWagner_t::seq |
Definition at line 37 of file pgr_stoerWagner_t.h.