Giter Club home page Giter Club logo

countersharp's Introduction

counterSharp

A tool allowing the quantification of software properties through Model Counting: We use CBMC to transform C-code into SAT instances and then run (approximate) model counting (e.g. ApproxMC) on those instances.

This work was publised by Samuel Teuber and Alexander Weigl at QEST 2021 (BibTeX).
The experimental setup and results can be found in this repository or this evaluated artifact.

Installation

  • Tested with Python 3.8 and CBMC 5.11
  • Expects CBMC and cpp (C preprocessing) to be in PATH
  • Expects requirements.txt to be installed through pip (specifically we are using pycparser)

Usage

Run counterSharp as:

python -m counterSharp -amm <assume miss dimacs> --amh <assume hit dimacs> --asm <assert miss dimacs> --ash <assert hit dimacs> <inputfiles...>

counterSharp will read and transform the input files and use CBMC to produce 4 dimacs files on which model counting can be applied by tools like ApproxMC.

Additional Paramters

Frequently helpful:

Parameter Description
-h, --help Show help message and exit
-d Debug Mode (more output)
--function <fun> Name of the function to be analyze
--cbmcArg <args> Additional input paramters for CBMC
--unwindDepth <depth> The unwind depth of CBMC (otherwise found through iteration over depths)

The default for --function is main. Splicing must explictly be activated for CBMC.

Less frequently helpful:

Parameter Description
--assertMissVar <name> Name of the assert miss state variable
--assumeMissVar <name> Name of the assume miss state variable
--assertFunction <name> Name of the assert function
--assumeFunction <name> Name of the assume function
--returnLabel <name> Name of the return label

All these are set to default values which are unlikely to clash with your code unless you use variables/functions/labels which begin with __counterSharp_

Why counterSharp?

counterSharp counts (thus sharp/#) counterexamples (thus counter) for a given specification.

countersharp's People

Contributors

samysweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

openpal arijitsh

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.