Giter Club home page Giter Club logo

archsat's Introduction

Archsat

Archsat is a prototype SMT solver combining traditional SMT solving techniques for ground resoning, tableaux method and rewriting for quantified formulas, and superposition for unification modulo equalities and modulo rewriting.

LICENSE

MIT (see file LICENSE).

Installation

Using opam

The easiest way to install archsat is to pin the repo and let opam install the package (after having pinned the dev repos for msat and dolmen):

opam pin add archsat /path/to/git/repo

Once installed via opam, an archsat binary should be available the path, as well as manpages for archsat.

Manually

One can install archsat manually, though it requires dependencies to be explicitly installed. The list of dependencies can be found in the opam file at the root of the repository. One can then run:

MANDIR=/some/path BINDIR=/some/other/path make install

Specifying the MANDIR and BINDIR is necessary to specify where to install the binary and the manpages.

Tests

The archsat repo includes some tests for the binary, in the tests directory, these can be run using the command:

make test

For unit tests of internal functions, see src/README.md.

Usage

The common and profiling options of the archsat binary should be fairly well documented in the manpage (as well as when using the --help command). Advanced options may require some more knowledge of the prover's internals to be used correctly.

In case of unhelpful or unsufficiently clear explanations, don't hesitate to submit a bug report.

archsat's People

Contributors

c-cube avatar delahayd avatar gbury avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

archsat's Issues

exit code

Hi,
I wonder why archsat has the same exit code when it succeeds/fails to find a proof?

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.