Git Product home page Git Product logo

3logics's Introduction

Welcome

Welcome to lazybv2int. It is an SMT-solver for the thory of bit-vectors and uninterpreted functions.

It is based on a translation of the input problem into an equisatisfiable problem over the theory of integer arithmetic and uninterpreted functions. There are several variants of this translation, all activated with various options that are described in the tool's help (see below).

Incremental solving is supported.

The tool uses mathsat to parse the input problem and cvc4 to solve the arithmetic translations.

Install

To build with mathsat (which is currently required for parsing SMT-LIB), you must obtain the MathSAT libraries yourself. You are responsible for ensuring that you meet the conditions of the MathSAT license. Please download the mathsat distribution, unpack the compressed directory and move it to ./deps/mathsat (create deps directory if it does not exist). After that, you should be able to do the following:

$ cd <repo-path>/deps
$ ls
CREDITS.txt  LICENSE.txt  README.txt  bin  configurations  examples  gpl-3.0.txt  include  java  lgpl-3.0.txt  lib  python

Then, run the following commands:

./contrib/setup-smt-switch.sh
./configure.sh
cd build
make

Use

From build do:

./lazybv2int <smtlib-file>

or

./lazybv2int -h

to see possible options.

3logics's People

Contributors

yoni206 avatar

Forkers

yoni206

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.