prim.h File Reference


Detailed Description

#include <lemon/list_graph.h>
#include <lemon/bin_heap.h>
#include <lemon/bits/invalid.h>
#include <lemon/error.h>
#include <lemon/maps.h>
#include <lemon/bits/traits.h>
#include <lemon/concepts/ugraph.h>


Classes

struct  PrimDefaultTraits< GR, CM >
 Default traits class of Prim class. More...
class  Prim< GR, CM, TR >
 Prim algorithm class to find a minimum spanning tree. More...
class  UninitializedParameter
 Exception for uninitialized parameters. More...
struct  DefPredMap< T >
struct  DefProcessedMap< T >
struct  DefHeap< H, CR >
struct  DefStandardHeap< H, CR >
 Named parameter for setting heap and cross reference type with automatic allocation More...
struct  DefTreeMap< TM >

Namespaces

namespace  lemon
 The namespace of LEMON.

Functions

template<class Graph , class CostMap , class TreeMap >
CostMap::Value prim (const Graph &graph, const CostMap &cost, TreeMap &tree)
 Function type interface for Prim algorithm.
template<class Graph , class CostMap , class TreeMap >
CostMap::Value prim (const Graph &graph, const CostMap &cost)
 Function type interface for Prim algorithm.

Generated on Thu Jun 4 04:03:10 2009 for LEMON by  doxygen 1.5.9