Struct cp_library_rs::graph::rerooting::Rerooting
source · pub struct Rerooting<M: TreeMonoid> {
pub dp: Vec<Vec<M::T>>,
pub ans: Vec<M::T>,
pub G: Graph<M::W>,
}
Expand description
全方位木DP
Fields§
§dp: Vec<Vec<M::T>>
dpテーブル
ans: Vec<M::T>
結果を保存する配列
G: Graph<M::W>
グラフ