Git Product home page Git Product logo

opensmt's Introduction

Build Status

OpenSMT2

Copyright 2019 Antti Hyvarinen [email protected]
Copyright 2009 Roberto Bruttomesso [email protected]

Project page: http://verify.inf.usi.ch/opensmt

OpenSMT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

OpenSMT2 supports reading files in smtlib2 format and the theories QF_UF, QF_LRA, QF_RDL, and QF_LIA. The system also provides an api; the distribution includes a minimal example how to use the API.

Compilation

To compile the system from the source code repository, you need a c++11 compliant compiler and the following libraries and headers installed:

  • gmp
  • readline

In addition the compilation system relies on cmake and the smtlib2 parser on flex and bison. To compile OpenSMT2, use the following command

$ mkdir build; cd build; cmake ..; make

Unit tests

If you have cmake version 3.11, the build system will construct unit tests. These are available through

$ ctest

Using OpenSMT2 interpolation

OpenSMT supports a range of interpolation options for propositional logic, linear real arithmetic, and uninterpreted functions with equality. To enable interpolation code the compilation needs to be configured by enabling PRODUCE_PROOF in the cmake configuration file CMakeCache.txt produced by cmake in your build directory.

If you have questions please mail them to me at [email protected], or to the discussion forum!

opensmt's People

Watchers

 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.