Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::min_cost_matching_detail::Negated_Cost_Accessor< Cost_Accessor > Class Template Reference

#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_
 

Detailed Description

template<class Cost_Accessor>
class Aleph::min_cost_matching_detail::Negated_Cost_Accessor< Cost_Accessor >

Definition at line 167 of file Min_Cost_Matching.H.

Constructor & Destructor Documentation

◆ Negated_Cost_Accessor()

Definition at line 172 of file Min_Cost_Matching.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ cost_


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