aboutsummaryrefslogtreecommitdiff
path: root/src/util/bipartite.rs
Commit message (Collapse)AuthorAgeFilesLines
* Apply cargo fmtAlex Auvolat2022-05-011-348/+346
|
* Change the way new layout assignations are computed.Alex Auvolat2022-05-011-0/+378
The function now computes an optimal assignation (with respect to partition size) that minimizes the distance to the former assignation, using flow algorithms. This commit was written by Mendes Oulamara <mendes.oulamara@pm.me>