package mc2

  1. Overview
  2. Docs
A mcsat-based SMT solver in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=92de696251ec76fbf3eba6ee917fd80f
sha512=e88ba0cfc23186570a52172a0bd7c56053273941eaf3cda0b80fb6752e05d1b75986b01a4e4d46d9711124318e57cba1cd92d302e81d34f9f1ae8b49f39114f0

Description

Tags

sat smt mcsat

Published: 18 Nov 2020

README

MC2

MC² ("Model Constructing Modular Contraption") is a modular SMT solver in OCaml, based on the MCSat calculus.

Documentation

https://c-cube.github.io/mc2/

COPYRIGHT

This program is distributed under the Apache Software License version 2.0. See the enclosed file LICENSE.

Dependencies (7)

  1. dune >= "1.11"
  2. smtlib-utils >= "0.1" & < "0.3"
  3. iter >= "1.0"
  4. containers >= "3.0" & < "4.0"
  5. menhir < "20211215"
  6. zarith >= "1.9"
  7. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None