|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for a monoidal combiner over path values. More...
#include <tpl_link_cut_tree.H>
Concept for a monoidal combiner over path values.
A Monoid requires an identity element and an associative binary operation combine(a, b). It dictates how values on a path are aggregated together (e.g., finding the sum or minimum).
Definition at line 96 of file tpl_link_cut_tree.H.