Modular Reasoning about Error Bounds for Concurrent Probabilistic Programs
Authors/Creators
Description
Modular Reasoning about Error Bounds for Concurrent Probabilistic Programs - Formalization Artifact
This artifact contains the Rocq development of Coneris, which accompanies the ICFP 2025 submission "Modular Reasoning about Error Bounds for Concurrent Probabilistic Programs".
Contents
- The file
coneris-vm.tar.gzcontains a virtual machine image containing the Coneris repository with all the dependencies installed. - The file
coneris_repo.tar.gzcontains the same Coneris repository.
Usage
Please refer to the README.md in the coneris-vm and coneris_repo folders.
In summary, after initiating the VM image from coneris-vm, cd directly into coneris and directly call make since all dependencies are installed.
Otherwise, follow the instructions to install opam, rocq, and other dependencies on your own machine to compile the files in coneris_repo.
Comment
When compiling the files in the virtual machine image, please use make instead of make -j N due to memory constraints in the machine.
Acknowledgements
This work was supported in part by the National Science Foundation, grant no. 2338317, the Carlsberg Foundation, grant no. CF23-0791, a Villum Investigator grant, no. 25804, Center for Basic Research in Program Verification (CPV), from the VILLUM Foundation, and the European Union (ERC, CHORDS, 101096090).
Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them.
Files
Additional details
Related works
- Is supplement to
- Publication: arXiv:2503.04512 (arXiv)
Software
- Repository URL
- https://github.com/logsem/clutch
- Programming language
- Coq
- Development Status
- Active