Published December 4, 2024 | Version 1.0.2
Software Open

Split Decisions: Explicit Contexts for Substructural Languages (artifact)

  • 1. ROR icon McGill University
  • 2. Università degli Studi di Milano

Description

This artifact contains the Beluga mechanization accompanying the paper “Split Decisions: Explicit Contexts for Substructural Languages” (CPP '25). The artifact contains the following files:
  • carve.tar: An archive of all source files related to mechanization, along with documentation
  • cpp-carve.ova: A Virtual Machine image with all dependencies required to run the mechanization, including the code itself
To run the mechanization directly, download and extract carve.tar. This will create a folder named carve; from there, the file carve/README.md contains detailed instructions for installing the proof assistant Beluga and running the mechanization.

To run the Virtual Machine set-up, download the .ova file and import as necessary. We recommend using VirtualBox; one can import the Virtual Machine directly from the cpp-carve.ova file by following instructions at this link. Adjust the CPU/RAM allocation as needed; a configuration of 4 cores with 4 GB of RAM should suffice. If using other Virtual Machine software, you may need to extract the .ova file to obtain an .ovf file and follow the appropriate instructions.

The Virtual Machine instance is a Ubuntu Server with an SSH server, containing all relevant dependencies and carve pre-installed. The username and password are both cpp25. After successfully launching and logging in (via terminal or SSH), run the following:
cd carve
beluga run_all.cfg
 

Files

Files (2.9 GB)

Name Size Download all
md5:5e35eb4c20b55a4035d76e59902ddcf6
321.8 kB Download
md5:6313e1fea233be6859b8fd76a8013a7a
2.9 GB Download

Additional details

Software