garage/doc/optimal_layout_report
Mendes 7f3249a237 New version of the algorithm that calculate the layout.
It takes as paramters the replication factor and the zone redundancy, computes the
largest partition size reachable with these constraints, and among the possible
assignation with this partition size, it computes the one that moves the least number
of partitions compared to the previous assignation.
This computation uses graph algorithms defined in graph_algo.rs
2022-09-21 14:39:59 +02:00
..
figures Added the latex report on the optimal layout algorithm 2022-07-18 22:35:29 +02:00
.gitignore Added the section with description proofs of the parametric assignment computation in the optimal layout report 2022-09-10 13:51:12 +02:00
optimal_layout.bib Added the section with description proofs of the parametric assignment computation in the optimal layout report 2022-09-10 13:51:12 +02:00
optimal_layout.pdf New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00
optimal_layout.tex New version of the algorithm that calculate the layout. 2022-09-21 14:39:59 +02:00