|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Unit weight functor for unweighted graphs. More...
#include <Stoer_Wagner.H>
Public Types | |
| using | Distance_Type = size_t |
Public Member Functions | |
| size_t | operator() (typename GT::Arc *) const |
Unit weight functor for unweighted graphs.
Use this with Stoer_Wagner_Min_Cut when all edges should have weight 1 (i.e., minimize number of cut edges, not total weight).
Definition at line 542 of file Stoer_Wagner.H.
Definition at line 544 of file Stoer_Wagner.H.
|
inline |
Definition at line 545 of file Stoer_Wagner.H.