aboutsummaryrefslogtreecommitdiff
path: root/doc/optimal_layout_report
Commit message (Collapse)AuthorAgeFilesLines
* change in gitignoreoptimal-layoutMendes2023-01-091-0/+8
|
* First draft of t a preprint describing the layout computation algorithmMendes2023-01-094-0/+8134
|
* New version of the algorithm that calculate the layout.Mendes2022-09-212-9/+8
| | | | | | | | 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
* Added the section with description proofs of the parametric assignment ↵Mendes2022-09-104-12/+260
| | | | computation in the optimal layout report
* ignore log files in commitMendes2022-09-085-333/+11
|
* Added a first draft version of the algorithm and analysis for the non-strict ↵Mendes2022-08-195-49/+120
| | | | mode.
* Added the latex report on the optimal layout algorithmMendes2022-07-1813-0/+12357