#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 | |
1.8.5