Giter Club home page Giter Club logo

spen's Introduction

About
=====
This is a decision procedure for entailment problems between formulas in
the fragment of Separation Logic with Recursive Definitions (SLRD) 
defined in [FIT-TR-2014-01].


Requires
========
To compile:

- a C99 compiler (tested under gcc)

- GNU flex >= 2.5.33

- GNU bison (tested under bison 2.7.0)

- SMTLIB2 parser of Alberto Griggio available at 
  https://es.fbk.eu/people/griggio/misc/smtlib2parser.html


To execute:
- MINISAT solver available at
  http://minisat.se/
  and compiled with the incremental feature (see README_incremental_minisat.txt)


Installation
============
1) Configuring: 
   - change the SMTLIB2_PREFIX variable in the Makefile.config file
     with the directory where can be found the libsmtlib2parser.so

   - (optional)
     change the compiler name or the compilation flags for the C compiler


2) Compiling:
   - do 'make' in src directory


3) Install:
   - put the 'minisat' tool in the PATH
   - move the 'spen' binary to a known executable path


libVATA
=======

libVATA is provided as a Git submodule fetching a specific revision of the library from Github.

1) Download with

  $ git submodule init
  $ git submodule update

2) Compile with

  $ cd libvata
  $ make release
       - or '$ make debug' for a debug version
       - or '$ MAKE="make -j" make release' (or debug) for faster compilation (on a multicore machine)

3) See the examples in libvata/examples

4) When the libVATA submodule is updated, you need to run again

  $ git submodule update

spen's People

Contributors

ondrik avatar vojnar avatar zhilin02 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.