|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of weighted matching. More...
#include <Blossom_Weighted.H>
Public Attributes | |
| Weight_Type | total_weight = Weight_Type{0} |
| Sum of matched arc weights. | |
| size_t | cardinality = 0 |
| Number of arcs in the matching. | |
Result of weighted matching.
Stores the total weight and cardinality of the computed matching.
| Weight_Type | Numeric type used for the accumulated weight. |
Definition at line 111 of file Blossom_Weighted.H.
| size_t Aleph::Blossom_Weighted_Result< Weight_Type >::cardinality = 0 |
Number of arcs in the matching.
Definition at line 114 of file Blossom_Weighted.H.
| Weight_Type Aleph::Blossom_Weighted_Result< Weight_Type >::total_weight = Weight_Type{0} |
Sum of matched arc weights.
Definition at line 113 of file Blossom_Weighted.H.