Public Member Functions

BellmanFordWizardBase< GR, LEN > Class Template Reference


Detailed Description

template<typename GR, typename LEN>
class lemon::BellmanFordWizardBase< GR, LEN >

Default traits class used by BellmanFordWizard.

Template Parameters:
GRThe type of the digraph.
LENThe type of the length map.

#include <lemon/bellman_ford.h>

Inheritance diagram for BellmanFordWizardBase< GR, LEN >:

List of all members.

Public Member Functions

 BellmanFordWizardBase ()
 Constructor.
 BellmanFordWizardBase (const GR &gr, const LEN &len)
 Constructor.

Constructor & Destructor Documentation

BellmanFordWizardBase ( ) [inline]

This constructor does not require parameters, it initiates all of the attributes to default values 0.

BellmanFordWizardBase ( const GR &  gr,
const LEN &  len 
) [inline]

This constructor requires two parameters, others are initiated to 0.

Parameters:
grThe digraph the algorithm runs on.
lenThe length map.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines