package smtml
Install
Dune Dependency
Authors
-
JJoão Pereira <joaomhmpereira@tecnico.ulisboa.pt>
-
FFilipe Marques <filipe.s.marques@tecnico.ulisboa.pt>
-
HHichem Rami Ait El Hara <hra@ocamlpro.com>
-
LLéo Andrès <contact@ndrs.fr>
-
AArthur Carcano <arthur.carcano@ocamlpro.com>
-
PPierre Chambart <pierre.chambart@ocamlpro.com>
-
JJosé Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>
Maintainers
Sources
md5=96f6871c1a995f84d9bd9400a7970c32
sha512=e39776bb3a0a5c97c36e34324fe2d1816563ae9b07d1bf36fee36ea925d905bb0549edbb84393b96d367dfbb03c6201b1cb12402c931a41f9d6ee7eb97037dae
Description
A Multi Back-end Front-end for SMT Solvers in OCaml.
Published: 06 Nov 2024
README
Smt.ml
Smt.ml is a Multi Back-end Front-end for SMT Solvers in OCaml. The primary objective of Smt.ml is to facilitate the effortless transition between different SMT solvers during program analysis, as certain SMT solvers may prove more efficient at handling specific logics and formulas. Presently, Smt.ml offers support for Z3, Colibri2, Bitwuzla, and Alt-Ergo, and ongoing efforts are directed towards incorporating support for cvc5.
Installation
OPAM
Install opam and bootstrap the OCaml compiler:
opam init
opam switch create 5.1.1 5.1.1
Then install encoding:
opam install smtml
Build from source
Clone the repo and install the dependencies:
git clone https://github.com/formalsec/smtml.git
cd smtml
opam install . --deps-only --with-test
Build and test:
dune build @install
dune runtest
Install smtml
on your path by running:
dune install
Code Coverage Reports
BISECT_FILE=`pwd`/bisect dune runtest --force --instrument-with bisect_ppx
bisect-ppx-report summary # Shell summary
bisect-ppx-report html # Detailed Report in _coverage/index.html
Supported Solvers
Solver | Status | Opam Package |
---|---|---|
Z3 | ☑️ | z3 |
Colibri2 | ☑️ | colibri2 |
Bitwuzla | ☑️ | bitwuzla-cxx |
Alt-Ergo | ☑️ | alt-ergo |
cvc5 | ☑️ | cvc5 |
Minisat | 📆 | minisat |
Legend
☑️ Solver is currently supported
🔄 Ongoing work to support solver
📆 Planned to support in the future
About
Project Name
The name Smt.ml
is a portmanteau of the terms SMT
and OCaml
. The .ml
extension is a common file extension for OCaml source files. The library itself is named smtml
and can be imported into OCaml programs using the following syntax:
open Smtml
Changelog
See CHANGES
Copyright
MIT License
Copyright (c) 2024 formalsec
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Dependencies (15)
-
zarith
>= "1.5"
-
yojson
>= "1.6.0"
- rusage
-
prelude
>= "0.3"
-
patricia-tree
>= "0.10.0"
- ocaml_intrinsics
-
ocaml
>= "4.14.0"
-
menhir
build & >= "20220210"
-
hc
>= "0.3"
-
fmt
>= "0.8.7"
-
dolmen_model
= "0.10"
-
dolmen_type
= "0.10"
-
dolmen
= "0.10"
-
dune
>= "3.10"
-
cmdliner
>= "1.2.0"
Dev Dependencies (11)
-
tls-lwt
with-dev-setup
-
owl
with-dev-setup
-
mdx
with-test
-
lwt
with-dev-setup
-
core_unix
with-dev-setup
-
cohttp-lwt-unix
with-dev-setup
-
cohttp
with-dev-setup
-
benchpress
with-dev-setup & = "dev"
-
bisect_ppx
with-test & >= "2.5.0"
-
sherlodoc
with-doc
-
odoc
with-doc
Used by (1)
-
owi
>= "0.2"
Conflicts (2)
-
z3
< "4.12.2" | >= "4.14"
-
bitwuzla-cxx
< "0.6.0"