Skip to content

Conversation

@maelvls
Copy link
Contributor

@maelvls maelvls commented Nov 4, 2017

touist.3.4.1

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


🐫 Pull-request generated by opam-publish v0.3.5

@camelus
Copy link
Contributor

camelus commented Nov 4, 2017

✅ All lint checks passed 1dacef6
  • These packages passed lint tests: touist.3.4.1

✅ Installability check (7677 → 7678)
  • new installable packages (1): touist.3.4.1
@maelvls maelvls force-pushed the opam-publish-touist.3.4.1 branch 2 times, most recently from 458cd2d to fb0606a Compare November 4, 2017 22:13
@maelvls maelvls changed the title Package touist.3.4.1 Nov 5, 2017
@maelvls
Copy link
Contributor Author

maelvls commented Nov 5, 2017

Update: ready to merge!
@maelvls maelvls force-pushed the opam-publish-touist.3.4.1 branch from fb0606a to 1dacef6 Compare November 5, 2017 12:19
@maelvls maelvls changed the title [work in progress] Package touist.3.4.1 Nov 5, 2017
@samoht samoht merged commit 76feda9 into ocaml:master Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants