Code Monkey home page Code Monkey logo

Fine-Grained Incrementality for Deductive Verification of Model Transformations (Online)

Introduction

In contract-based development of model transformations, continuous deductive verification helps the transformation developer in early bug detection. However, because of the execution performance of current verification systems, re-verifying from scratch after a change has been made would introduce impractical delays. We address this problem by proposing a fine-grained incremental verification approach and applying it to the ATL model-transformation language. Our approach is based on decomposing each contract into sub-goals, and caching the sub-goal verification results. At each change we exploit the semantics of relational model transformation to determine whether a cached verification result may be impacted. Consequently, less postconditions/sub-goals need to be re-verified. When a change forces the re-verification of a postcondition, we use the cached verification results of sub-goals to construct a simplified version of the postcondition to verify. We prove the soundness of our approach and show its effectiveness by continuous and extensive evaluations.

Video

Interest in VeriATL, but do not have time to install? Worry not! Quick demo of VeriATL on youtube:

Click to watch

Impacts

Our tool is built on top of a state-of-the-art incremental verification tool Boogie for imperative languages cite. Through evaluation, we show that:

  • Our tool speeds up re-verifications by at least 70%.
  • Because of using fine-grained verification (notably enabling program slicing and impact analysis), our tool is consistently faster than the state-of-the-art incremental verification tool by 16% to 45%.
  • Using fine-grained verification allows our tool to scale to verify large model transformations.

Evaluation

  • Please check out the Experiment Branch of this project for how to reproduce the evaluation.

Install Instructions

Dependencies

  • EMFTVM v.4.0
  • Xtend v.2.15

Procedure

  1. Download latest update site of VeriATL from Github Release.
  2. In Eclipse, goto Help -> Install New Software -> Add -> Archive -> Choosing the download archive -> Select VeriATL from Category -> Finish.

Contacts

Zheng Cheng: [email protected]

Massimo Tisi: [email protected]

Collaborators

  • Rosemary Monahan, Maynooth Univerisity, IE
  • James F. Power, Maynooth Univerisity, IE

Zheng Cheng's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.