package touist

  1. Overview
  2. Docs
The solver for the Touist language

Install

Dune Dependency

Authors

Maintainers

Sources

v3.2.0.tar.gz
md5=42be6b20683d4b19d3e0379bb0dd846e

Description

The Touist language is a friendly language for writing propositional logic, 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 the minisat solver (for propositional logic) and the yices2 solver (optional, for SMT logic). It can also generate the DIMACS, SMT2 and latex formats from you touist file.

Optionnal solvers:

  • for using the embeded SMT solver, run opam install yices2 and then do opam reinstall touist
  • for using the embeded QBF solver, run opam install qbf and then do opam reinstall touist

Published: 14 Jun 2017

Dependencies (8)

  1. ocamlfind build
  2. ocamlbuild build
  3. minisat build & < "0.6"
  4. menhir build & >= "20151023"
  5. fileutils build & >= "0.4.0"
  6. cppo_ocamlbuild build
  7. cppo build
  8. ocaml >= "4.01.0" & < "5.0.0"

Dev Dependencies (1)

  1. ounit with-test & < "2.2.6"

Used by

None

Conflicts (2)

  1. yices2 < "0.0.2"
  2. qbf < "0.1"