Module function
Expand description
Edge/path value-function utilities used by graph traversal.
Structs§
- Edge
Value Fn - A graph edge value function implementing a fold over path edges.
Type Aliases§
- Basic
Value Fn - A shared value function accepting
(current_value, edge_weight, path_index) -> new_value. - Forward
Without Self Loopback Value Fn - Type alias preserving the original forward path value function name.
- Hopr
Forward Value Fn - Type alias preserving the original forward value function name.
- Hopr
Return Value Fn - Type alias preserving the original return value function name.