activity
20162022
most citedLocal Reasoning for Global Graph Properties

1 citations · 1 across the 2 of their papers we have counts for

collaborators

7 papers

cs.PL2022

REST: Integrating Term Rewriting with Program Verification (Extended Version)

Zachary Grannan, Niki Vazou, Eva Darulova +1

We introduce REST, a novel term rewriting technique for theorem proving that uses online termination checking and can be integrated with existing program verifiers. REST enables fl…

cs.PL2021

Formally Validating a Practical Verification Condition Generator (extended version)

Gaurav Parthasarathy, Peter Müller, Alexander J. Summers

A program verifier produces reliable results only if both the logic used to justify the program's correctness is sound, and the implementation of the program verifier is itself cor…

cs.PL2021

Rich Specifications for Ethereum Smart Contract Verification

Christian Bräm, Marco Eilers, Peter Müller +2

Smart contracts are programs that execute inside blockchains such as Ethereum to manipulate digital assets. Since bugs in smart contracts may lead to substantial financial losses,…

cs.LO20191 cited

Local Reasoning for Global Graph Properties

Siddharth Krishna, Alexander J. Summers, Thomas Wies

Separation logics are widely used for verifying programs that manipulate complex heap-based data structures. These logics build on so-called separation algebras, which allow expres…

cs.PL2019

Modular Verification of Heap Reachability Properties in Separation Logic

Arshavir Ter-Gabrielyan, Alexander J. Summers, Peter Müller

The correctness of many algorithms and data structures depends on reachability properties, that is, on the existence of chains of references between objects in the heap. Reasoning…

cs.PL2018

Permission Inference for Array Programs

Jérôme Dohrau, Alexander J. Summers, Caterina Urban +2

Information about the memory locations accessed by a program is, for instance, required for program parallelisation and program verification. Existing inference techniques for this…