vertex property for multilevel graph partitioner. More...
Public Member Functions | |
multilevel_edge_property (weight_type const &w=0) | |
Constructor initializing the edge weight and default constructing the adjusted weight. More... | |
multilevel_edge_property | operator+ (multilevel_edge_property const &other) const |
Addition of this multilevel_edge_property with another one. More... | |
Public Types | |
typedef size_t | weight_type |
Public Attributes | |
weight_type | weight |
weight_type | adjusted_weight |
vertex property for multilevel graph partitioner.
stapl::partitioner_details::multilevel_edge_property::multilevel_edge_property | ( | weight_type const & | w = 0 | ) |
Constructor initializing the edge weight and default constructing the adjusted weight.
w | edge weight. |
multilevel_edge_property stapl::partitioner_details::multilevel_edge_property::operator+ | ( | multilevel_edge_property const & | other | ) | const |
Addition of this multilevel_edge_property with another one.
other | right-hand side of the addition. |