= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
The solver for the Touist language
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v3.2.1.tar.gz
md5=b37b3aaefba542930f0e2b94cd0d79c1
Description
The Touist language is a friendly language for writing propositional logic (SAT), logic on real and integers (SMT) and quantified boolean formulas (QBF). This language aims to formalize real-life problems (e.g., the sudoku can be solved in a few lines). Touist embeds a SAT solver (minisat) and can be built with optionnal SMT and QBF solvers. Touist is also able to generate the latex, DIMACS, SMT-LIB and QDIMACS formats from a touist file.
Optionnal solvers:
- for using the embeded SMT solver, run
opam install yices2
and then doopam reinstall touist
- for using the embeded QBF solver, run
opam install qbf
and then doopam reinstall touist
Published: 23 Jun 2017
Dependencies (8)
-
ocamlfind
build
-
ocamlbuild
build
-
minisat
build
-
menhir
build & >= "20151023"
-
fileutils
build & >= "0.4.0"
-
cppo_ocamlbuild
build
-
cppo
build & >= "0.9.4"
-
ocaml
>= "4.01.0" & < "5.0.0"
Dev Dependencies (1)
-
ounit
with-test & < "2.2.6"
Used by
-
None
Conflicts (2)
On This Page