Code Monkey home page Code Monkey logo

smtlean's Introduction

SMTlean: Enhancing Lean with SMT solvers

This is a lean library that tries to incorporate the power of SMT solvers. With a single tactic a proposition will be either proved or disproved (with the counter-model given).

Currently only booleans are supported; we only work with CVC4 for now. For examples, refer to src/cvc4/tactic.lean.

TODOs

  • smtlib
  • CVC4
    • add other theories(integers, reals, binary vectors, etc.)
    • get rid of trust_f. As of CVC4 1.6 for booleans the trust_f simply asserts an assumption which is superfluous. For other theories, theory-specific auto prover is needed, or we shall ask CVC4 developers to detail these proofs instead of trust_f assertion.
  • add supports of other solvers(Z3, veriT)
    • Z3 seems to have quite detailed theory specific proofs, but the documentation of the proof format and rules is lacking.
    • veriT doesn’t seem to be better than CVC4, proof-wise.

Acknowledgement

This project is kindly funded by LSEC Fellowship.

smtlean's People

Contributors

riaqn avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

avigad

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.