min_cost_arborescence.h File Reference


Detailed Description

#include <vector>
#include <lemon/list_graph.h>
#include <lemon/bin_heap.h>
#include <lemon/assert.h>


Classes

struct  MinCostArborescenceDefaultTraits< GR, CM >
 Default traits class for MinCostArborescence class. More...
class  MinCostArborescence< GR, CM, TR >
 Minimum Cost Arborescence algorithm class. More...
struct  SetArborescenceMap< T >
 Named parameter for setting ArborescenceMap type More...
struct  SetPredMap< T >
 Named parameter for setting PredMap type More...
class  DualIt
 LEMON iterator for getting a dual variable. More...

Namespaces

namespace  lemon
 The namespace of LEMON.

Functions

template<typename Digraph , typename CostMap , typename ArborescenceMap >
CostMap::Value minCostArborescence (const Digraph &digraph, const CostMap &cost, typename Digraph::Node source, ArborescenceMap &arborescence)
 Function type interface for MinCostArborescence algorithm.

doxygen