Software Open Access

Supplement for "Aesop: White-Box Best-First Proof Search for Lean"

Limperg, Jannis Limperg; From, Asta Halkjær


JSON Export

{
  "files": [
    {
      "links": {
        "self": "https://zenodo.org/api/files/f1e76191-2612-4276-9a2b-df43e4e12687/aesop-artifact.ova"
      }, 
      "checksum": "md5:6928d8df63b373ef71d0997da45ba826", 
      "bucket": "f1e76191-2612-4276-9a2b-df43e4e12687", 
      "key": "aesop-artifact.ova", 
      "type": "ova", 
      "size": 3145397248
    }, 
    {
      "links": {
        "self": "https://zenodo.org/api/files/f1e76191-2612-4276-9a2b-df43e4e12687/aesop.tar.gz"
      }, 
      "checksum": "md5:ae304a45b928d80329952c4b9414c444", 
      "bucket": "f1e76191-2612-4276-9a2b-df43e4e12687", 
      "key": "aesop.tar.gz", 
      "type": "gz", 
      "size": 131566
    }
  ], 
  "owners": [
    31212
  ], 
  "doi": "10.5281/zenodo.7430173", 
  "stats": {
    "version_unique_downloads": 6.0, 
    "unique_views": 29.0, 
    "views": 34.0, 
    "version_views": 49.0, 
    "unique_downloads": 3.0, 
    "version_unique_views": 38.0, 
    "volume": 3145791946.0, 
    "version_downloads": 9.0, 
    "downloads": 4.0, 
    "version_volume": 12584480166.0
  }, 
  "links": {
    "doi": "https://doi.org/10.5281/zenodo.7430173", 
    "conceptdoi": "https://doi.org/10.5281/zenodo.7424818", 
    "bucket": "https://zenodo.org/api/files/f1e76191-2612-4276-9a2b-df43e4e12687", 
    "conceptbadge": "https://zenodo.org/badge/doi/10.5281/zenodo.7424818.svg", 
    "html": "https://zenodo.org/record/7430173", 
    "latest_html": "https://zenodo.org/record/7430173", 
    "badge": "https://zenodo.org/badge/doi/10.5281/zenodo.7430173.svg", 
    "latest": "https://zenodo.org/api/records/7430173"
  }, 
  "conceptdoi": "10.5281/zenodo.7424818", 
  "created": "2022-12-12T21:20:56.647448+00:00", 
  "updated": "2022-12-13T14:26:49.778598+00:00", 
  "conceptrecid": "7424818", 
  "revision": 3, 
  "id": 7430173, 
  "metadata": {
    "access_right_category": "success", 
    "doi": "10.5281/zenodo.7430173", 
    "description": "<p>This is the supplement for the paper &quot;Aesop: White-Box Best-First Proof Search for Lean&quot;, presented at CPP 2023.</p>\n\n<p>There are two ways to use this artifact:</p>\n\n<ul>\n\t<li><code>aesop.tar.gz</code> contains the source code of the version of Aesop discussed in the paper, as well as the test suite and a script for evaluating the case studies. After you&#39;ve unpacked this archive, follow the instructions in the README to set up Lean 4, build Aesop and evaluate the case studies.</li>\n\t<li><code>aesop-artifact.ova</code> is a virtual machine (running a Debian 11 Linux system with an LXQt desktop environment) which provides a full Lean 4 environment, including the Visual Studio Code text editor with the Lean 4 extension pre-installed. To access the virtual machine, run it (with e.g. VirtualBox, VMWare or QEMU) and log in as user &quot;artifact&quot; with password &quot;password&quot;. The folder <code>/home/artifact/aesop</code> contains the contents of <code>aesop.tar.gz</code>, including the README with further instructions. You can skip the &quot;Building Aesop&quot; section of the README since we have already performed these steps for you. To start Visual Studio Code, click on the corresponding Desktop icon; this should automatically open the Aesop folder and start the Lean 4 server. If you need root access, use <code>sudo</code> with password &quot;password&quot;.</li>\n</ul>\n\n<p>This version fixes a minor configuration issue with the VM and is otherwise identical to version 1.</p>", 
    "language": "eng", 
    "title": "Supplement for \"Aesop: White-Box Best-First Proof Search for Lean\"", 
    "license": {
      "id": "CC-BY-4.0"
    }, 
    "notes": "Partly funded by NWO grant 016.Vidi.189.037 (Lean Forward).", 
    "relations": {
      "version": [
        {
          "count": 2, 
          "index": 1, 
          "parent": {
            "pid_type": "recid", 
            "pid_value": "7424818"
          }, 
          "is_last": true, 
          "last_child": {
            "pid_type": "recid", 
            "pid_value": "7430173"
          }
        }
      ]
    }, 
    "version": "2", 
    "publication_date": "2022-12-11", 
    "creators": [
      {
        "orcid": "0000-0002-8861-5231", 
        "affiliation": "Vrije Universiteit Amsterdam", 
        "name": "Limperg, Jannis Limperg"
      }, 
      {
        "orcid": "0000-0002-3601-0804", 
        "affiliation": "Technical University of Denmark", 
        "name": "From, Asta Halkj\u00e6r"
      }
    ], 
    "meeting": {
      "acronym": "CPP", 
      "url": "https://popl23.sigplan.org/home/CPP-2023", 
      "dates": "January 16--17, 2023", 
      "place": "Boston, MA, USA", 
      "title": "Certified Proofs and Programs"
    }, 
    "access_right": "open", 
    "resource_type": {
      "type": "software", 
      "title": "Software"
    }, 
    "related_identifiers": [
      {
        "scheme": "doi", 
        "identifier": "10.1145/3573105.3575671", 
        "relation": "isSupplementTo", 
        "resource_type": "publication-conferencepaper"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.7430233", 
        "relation": "isSupplementTo", 
        "resource_type": "publication-conferencepaper"
      }, 
      {
        "scheme": "doi", 
        "identifier": "10.5281/zenodo.7424818", 
        "relation": "isVersionOf"
      }
    ]
  }
}
49
9
views
downloads
All versions This version
Views 4934
Downloads 94
Data volume 12.6 GB3.1 GB
Unique views 3829
Unique downloads 63

Share

Cite as