|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for minimum-cost general matching. More...
#include <Min_Cost_Matching.H>
Public Member Functions | |
| Compute_Minimum_Cost_General_Matching (Cost cost=Cost(), SA sa=SA(), const bool max_cardinality=false) | |
| Min_Cost_Matching_Result< long long > | operator() (const GT &g, DynDlist< typename GT::Arc * > &matching) |
Private Attributes | |
| Cost | cost_ |
| SA | sa_ |
| bool | max_cardinality_ = false |
Functor wrapper for minimum-cost general matching.
Definition at line 381 of file Min_Cost_Matching.H.
|
inline |
Definition at line 388 of file Min_Cost_Matching.H.
|
inline |
Definition at line 399 of file Min_Cost_Matching.H.
References Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::cost_, Aleph::divide_and_conquer_partition_dp(), Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::max_cardinality_, and Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::sa_.
|
private |
Definition at line 383 of file Min_Cost_Matching.H.
Referenced by Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::operator()().
Definition at line 385 of file Min_Cost_Matching.H.
Referenced by Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::operator()().
|
private |
Definition at line 384 of file Min_Cost_Matching.H.
Referenced by Aleph::Compute_Minimum_Cost_General_Matching< GT, Cost, SA >::operator()().