Published June 24, 2024 | Version v1
Software Open

Sound and Complete Witnesses for Template-based Verification of LTL Properties on Polynomial Programs

  • 1. ROR icon Institute of Science and Technology Austria
  • 2. ROR icon Hong Kong University of Science and Technology
  • 3. ROR icon Singapore Management University

Description

This repository contains the artifact of the paper titled "Sound and Complete Witnesses for Template-based Verification of LTL Properties on Polynomial Programs" accepted at FM 2024.

The task of verifying an LTL formula on a program can be reduced to verifying a Büchi specification on the product transition system. This tool takes a non-deterministic transition system together with a Büchi specification as input and based on user preferences tries to either (i) prove the existence of a run in the program that satisfies the Büchi condition or (ii) demonstrate that every run of the program satisfies the Büchi condition.
 

The tool is written in Java and works well with openjdk 11 on Ubuntu 22.04. Running all the experiments can take weeks to finish. We have provided a script for running the strongest configuration of our tool which solves most of the benchmarks and takes less than 48 hours. Detailed guidance is given in the readme file.

Files

artifact.zip

Files (23.5 MB)

Name Size Download all
md5:0f8f14762a47acfd60affae502250304
23.5 MB Preview Download

Additional details

Software

Programming language
Java