package smtml
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An SMT solver frontend for OCaml
Install
dune-project
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>
-
Rredianthus <redopam@pm.me>
-
AArthur Carcano <arthur.carcano@ocamlpro.com>
-
PPierre Chambart <pierre.chambart@ocamlpro.com>
-
JJosé Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>
Maintainers
Sources
v0.22.0.tar.gz
md5=2ec822c82786736b275c31e850f7d292
sha512=335a1595b0652ca0d5aa50177e47a66467935d586433ad26329d6fa7d9ff6fd3eda51d630c2002278eb6565e8de83e0750b000c0a0f5b453b7ed11ffca3519a2
Description
Smt.ml is an SMT solver frontend for OCaml that simplifies integration with various solvers through a consistent interface. Its parametric encoding facilitates the easy addition of new solver backends, while optimisations like formula simplification, result caching, and detailed error feedback enhance performance and usability.
Published: 02 Mar 2026
Dependencies (20)
-
zarith
>= "1.5" -
yojson
>= "1.6.0" -
mtime
>= "2.0.0" -
scfg
>= "0.5" -
prelude
>= "0.5" - ppx_deriving
- ocaml_intrinsics
-
ocaml
>= "4.14.0" -
menhir
build & >= "20220210" -
hc
>= "0.3" - fpath
-
fmt
>= "0.8.7" -
dolmen_model
= "0.10" -
dolmen_type
= "0.10" -
dolmen
= "0.10" - dune-site
- dune-build-info
-
dune
>= "3.19" -
cmdliner
>= "1.3.0" - bos
Dev Dependencies (16)
-
tls-lwt
with-dev-setup -
sexplib
with-dev-setup -
re
with-dev-setup -
mdx
with-test -
lwt
with-dev-setup -
dune-glob
with-dev-setup -
extunix
with-dev-setup -
cohttp-lwt-unix
with-dev-setup -
cohttp
with-dev-setup -
benchpress
with-dev-setup & = "dev" -
ocaml-lsp-server
with-dev-setup -
ocamlformat
with-dev-setup -
bisect_ppx
with-dev-setup & >= "2.5.0" -
ounit2
with-test -
sherlodoc
with-doc -
odoc
with-doc
Used by (1)
Conflicts (3)
-
z3
< "4.12.2" | >= "4.16" -
alt-ergo-lib
< "2.6.2" -
bitwuzla-cxx
< "0.6.0"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page