Splitting the graph into subgraphs such that for every edge:
- If both nodes are in the same subgraph, set edge strength HIGH
- If both nodes are in different subgraphs, set edge strength LOW
This will visually separate sections, making the graph easier to understand, and making it possible to add labels later.