AugmentedTree struct
The augmented (line-graph) view of a tree used during conversion. degrees is indexed by node id (contiguous), avoiding a std::map.
Public variables
- std::vector<AugmentedEdge> edges
-
std::vector<size_
t> degrees