|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for minimum-cost perfect general matching. More...
#include <Min_Cost_Matching.H>
Public Member Functions | |
| Compute_Minimum_Cost_Perfect_General_Matching (Cost cost=Cost(), SA sa=SA()) | |
| Min_Cost_Perfect_Matching_Result< long long > | operator() (const GT &g, DynDlist< typename GT::Arc * > &matching) |
Private Attributes | |
| Cost | cost_ |
| SA | sa_ |
Functor wrapper for minimum-cost perfect general matching.
Definition at line 414 of file Min_Cost_Matching.H.
|
inline |
Definition at line 420 of file Min_Cost_Matching.H.
|
inline |
|
private |
Definition at line 416 of file Min_Cost_Matching.H.
Referenced by Aleph::Compute_Minimum_Cost_Perfect_General_Matching< GT, Cost, SA >::operator()().
|
private |
Definition at line 417 of file Min_Cost_Matching.H.
Referenced by Aleph::Compute_Minimum_Cost_Perfect_General_Matching< GT, Cost, SA >::operator()().