%0 Computer Program %A Dekker, Florine %A Erkin, Zekeriya %A Conti, Mauro %D 2025 %T Source code underlying the publication: Optimal Graph Stretching for Distributed Averaging %U %R 10.4121/e64c61d3-deb5-4aad-af60-92d92755781f.v1 %K Network optimization %K Distributed algorithms %K Network performance analysis %K Network dynamics %K Network simulations %K Measurement %K Performance %K High-girth graphs %K Short-cycle removal %K Cycle elimination %X
MATLAB code to reproduce results presented in the paper "Optimal Graph Stretching for Distributed Averaging".
The source code is available as a git repository. Cached computation results are available as additional files.
Git repository
Relevant code is stored in the StretchSim
directory.
Runs and visualises optimal graph stretching. The settings in StretchSim.m
correspond exactly to the code that was executed to create the results in the paper. The code is fully deterministic and gives the exact same results as in the paper. By default, cached results are used.
See ARTIFACT-EVALUATION.md
in the root folder for detailed end-user instructions.
Files
Cached computation results are optionally available, with filenames ending in .cache.zip
. These allow inspecting the exact outputs without the need to re-run the computationally intensive experiments. Detailed usage instructions are available in the file ARTIFACT-EVALUATION.md
inside the git repository.