|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Min_Cost_Matching.H>
Public Member Functions | |
| Negated_Cost_Accessor (Cost_Accessor cost=Cost_Accessor()) | |
| template<class Arc > | |
| long long | operator() (Arc *arc) const |
Private Attributes | |
| Cost_Accessor | cost_ |
Definition at line 167 of file Min_Cost_Matching.H.
|
inlineexplicit |
Definition at line 172 of file Min_Cost_Matching.H.
|
inline |
Definition at line 179 of file Min_Cost_Matching.H.
References ah_overflow_error_if, Aleph::min_cost_matching_detail::Negated_Cost_Accessor< Cost_Accessor >::cost_, and Aleph::min_cost_matching_detail::to_ll_checked().
|
private |
Definition at line 169 of file Min_Cost_Matching.H.
Referenced by Aleph::min_cost_matching_detail::Negated_Cost_Accessor< Cost_Accessor >::operator()().