chronon::sender::SimpleCycle
A simple cycle in the graph with summed edge weight.
#include <Graph.hpp>
Public Functions
| Name | |
|---|---|
| bool | operator<(const SimpleCycle & other) const |
| bool | isTight() const |
Public Attributes
| Name | |
|---|---|
| uint32_t | total_weight Sum of edge weights. |
| std::vector< size_t > | nodes Nodes in cycle order. |
Public Functions Documentation
function operator<
inline bool operator<(
const SimpleCycle & other
) const
function isTight
inline bool isTight() const
Public Attributes Documentation
variable total_weight
uint32_t total_weight;
Sum of edge weights.
variable nodes
std::vector< size_t > nodes;
Nodes in cycle order.
Updated on 2026-05-26 at 05:42:32 +0000