I encountered a problem which roughly translates to the following in mathematical terms:
Given a directed graph, find an optimal vertex partitioning to maximize the edges inside partitions (strong cohesion) and minimize them between partitions (loose coupling). I've yet to find the exact metric to optimize for but is there an algorithm that can do something like this?


`to maximize the edges'' =`to maximize the number of the edges''? – Boris Novikov Dec 26 2011 at 18:36