All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Static Public Member Functions | List of all members
paal::ir::steiner_utils Class Reference

#include <steiner_utils.hpp>

Static Public Member Functions

template<typename Metric , typename Terminals , typename Result >
static
data_structures::metric_traits
< Metric >::DistanceType 
count_cost (const Result &steiner_vertices, const Terminals &terminals, const Metric &cost_map)
 

Detailed Description

Utilities class. Responsible for calculating the cost of given edges.

Definition at line 34 of file steiner_utils.hpp.

Member Function Documentation

template<typename Metric , typename Terminals , typename Result >
static data_structures::metric_traits<Metric>::DistanceType paal::ir::steiner_utils::count_cost ( const Result &  steiner_vertices,
const Terminals terminals,
const Metric &  cost_map 
)
inlinestatic

Calculates total cost of given edges.

Definition at line 41 of file steiner_utils.hpp.


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