Skip to content

Conversation

@maelvls
Copy link
Contributor

@maelvls maelvls commented Jun 23, 2017

The solver for the Touist language

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 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 23, 2017

✅ All lint checks passed 6382635
  • These packages passed lint tests: touist.3.2.1

✅ Installability check (6971 → 6972)
  • new installable packages (1): touist.3.2.1
@avsm avsm merged commit 3ad6fbe into ocaml:master Jun 23, 2017
@avsm
Copy link
Member

avsm commented Jun 23, 2017

thanks!

@maelvls
Copy link
Contributor Author

maelvls commented Jun 23, 2017 via email

@maelvls
Copy link
Contributor Author

maelvls commented Jun 24, 2017

Never mind :)

@maelvls maelvls deleted the opam-publish/touist.3.2.1 branch June 24, 2017 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants