Node PartitionsThe data type node_partition is a partition of the nodes of Graphs. Node Partitions can be used to store a decomposition of the nodes of a graph into disjoint subsets called blocks. Node Partitions are specialized versions of Parameterized Partitions.Example of how to use a node partition Strengths
Disadvantages
TipsAlways use node_partition instead ofPartition<node> .
|
See also:Manual Entries: Page Node Partitions |