diagraming/graph_view_grouping library

Classes

GraphViewGrouping<V, G>

Typedefs

AssignVertexGroups<V, G> = Set<G> Function(Vertex<V> vertex)
VertexGroups<V, G> = Map<G, Set<V>>