Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected the warnings and errors issued by cargo clippy | Mendes | 2022-05-01 | 1 | -65/+52 |
| | |||||
* | Apply cargo fmt | Alex Auvolat | 2022-05-01 | 1 | -348/+346 |
| | |||||
* | Change the way new layout assignations are computed. | Alex Auvolat | 2022-05-01 | 1 | -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> |