All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Namespaces | Functions
cycle_algo.hpp File Reference
#include "paal/data_structures/cycle/cycle_traits.hpp"
#include "paal/data_structures/vertex_to_edge_iterator.hpp"
#include <algorithm>
#include <numeric>
#include <string>

Go to the source code of this file.

Namespaces

 paal
 global namespace of project.
 

Functions

template<typename Metric , typename Cycle >
Metric::DistanceType paal::get_cycle_length (const Metric &m, const Cycle &cm)
 computes length of the cycle More...
 
template<typename Cycle , typename Stream >
void paal::print_cycle (const Cycle &cm, Stream &o, const std::string &endl="\n")
 pints cycle to std out
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-01

Definition in file cycle_algo.hpp.