package touist

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

Install

Authors

Maintainers

Sources

v3.5.0.tar.gz
md5=c09dd1cda8aff444889d1374636c810b

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 Yices2 (--smt --solve), run opam install yices2
  • for using Quantor (--qbf --solve), run opam install qbf

Published: 09 Dec 2017

Dependencies (6)

  1. cmdliner >= "0.9.8"
  2. re
  3. minisat < "0.6"
  4. menhir >= "20151023"
  5. jbuilder >= "1.0+beta12"
  6. ocaml >= "4.02.3"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit with-test & < "2.2.6"

Used by

None

Conflicts (2)

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