Skip to main content

Module function

Module function 

Expand description

Edge/path value-function utilities used by graph traversal.

Structs§

EdgeValueFn
A graph edge value function implementing a fold over path edges.

Type Aliases§

BasicValueFn
A shared value function accepting (current_value, edge_weight, path_index) -> new_value.
ForwardWithoutSelfLoopbackValueFn
Type alias preserving the original forward path value function name.
HoprForwardValueFn
Type alias preserving the original forward value function name.
HoprReturnValueFn
Type alias preserving the original return value function name.