Skip to content

Conversation

@maelvls
Copy link
Contributor

@maelvls maelvls commented Jun 13, 2017

The solver for the Touist language

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


Pull-request generated by opam-publish v0.3.4

@camelus
Copy link
Contributor

camelus commented Jun 13, 2017

✅ All lint checks passed 7a981d4
  • These packages passed lint tests: touist.3.2.0

✅ Installability check (6863 → 6864)
  • new installable packages (1): touist.3.2.0
@avsm avsm merged commit ea6fbef into ocaml:master Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants