Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Compute_Minimum_Cost_Perfect_General_Matching< GT, Cost, SA > Class Template Reference

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 longoperator() (const GT &g, DynDlist< typename GT::Arc * > &matching)
 

Private Attributes

Cost cost_
 
SA sa_
 

Detailed Description

template<class GT, class Cost = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
class Aleph::Compute_Minimum_Cost_Perfect_General_Matching< GT, Cost, SA >

Functor wrapper for minimum-cost perfect general matching.

Definition at line 414 of file Min_Cost_Matching.H.

Constructor & Destructor Documentation

◆ Compute_Minimum_Cost_Perfect_General_Matching()

template<class GT , class Cost = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
Aleph::Compute_Minimum_Cost_Perfect_General_Matching< GT, Cost, SA >::Compute_Minimum_Cost_Perfect_General_Matching ( Cost  cost = Cost(),
SA  sa = SA() 
)
inline

Definition at line 420 of file Min_Cost_Matching.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ cost_

◆ sa_


The documentation for this class was generated from the following file: