辺属性LCA [詳解]
#include "lca_edge.hpp"
公開型 | |
using | Type = typename Monoid::Type |
公開メンバ関数 | |
LcaEdge (const vector< vector< pair< int, Type > > > &g, int root=0) | |
コンストラクタ | |
Type | fold (int u, int v) |
パス u-v のモノイド積を返す | |
using LcaEdge< Monoid >::Type = typename Monoid::Type |
lca_edge.hpp の 6 行目に定義があります。
パス u-v のモノイド積を返す
lca_edge.hpp の 23 行目に定義があります。