package touist

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=d4e29a5160b1ae0132fbb41ca0e47888

Description

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

Published: 29 Mar 2017

Dependencies (6)

  1. ocamlfind build
  2. ocamlbuild build
  3. minisat build & < "0.6"
  4. menhir build & >= "20150118"
  5. fileutils build & >= "0.4.0"
  6. ocaml >= "4.01.0" & < "5.0.0"

Dev Dependencies (1)

  1. ounit with-test & < "2.2.6"

Used by

None

Conflicts

None