Git Product home page Git Product logo

equivalencechecker_addg's Introduction

EquivalenceChecker_ADDG

Kunal Banerjee

Nov 10, 2017

This tool is a product of our works reported below:

Pre-requisites:

  • gcc 4.7.2
  • flex 2.5.35
  • bison 2.5
  • barvinok-0.36 (Integer Set Library)

Please execute the following commands to install and run ADDG.

/***********************************************************************/

make <-- This will install ADDG Equivalence Checker.

cd bin

./eqChkAddg file1.c file2.c <-- To run ADDG Equivalence Checker.

/***********************************************************************/

NB: You are required to modify the path to ISL as defined by the variable "PATH_ISL" on line 8 of Makefile.

Some benchmarks are provided in the folder "Benchmarks".

Please note the following restrictions on the input C files:

  • Should have a single function.
  • Should not have bitwise operators, pointers, user-defined data structures like struct, enum, etc.
  • Should not have while, do..while loops, i.e., only "for" loops are allowed.

If you use this tool, then please cite the following work:
@inproceedings{BanerjeeMS17,
author = {Kunal Banerjee and Chittaranjan Mandal and Dipankar Sarkar},
title = {An Equivalence Checking Framework for Array-Intensive Programs},
booktitle = {Automated Technology for Verification and Analysis - 15th International Symposium, {ATVA} 2017, Pune, India, October 3-6, 2017, Proceedings},
pages = {84--90},
year = {2017},
url = {https://doi.org/10.1007/978-3-319-68167-2_6},
doi = {10.1007/978-3-319-68167-2_6},
}

For more information (and on discovery of bugs), please contact: [email protected]

equivalencechecker_addg's People

Contributors

kunalbanerjee avatar

Watchers

 avatar  avatar

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.