Skip to content

Conversation

@maelvls
Copy link
Contributor

@maelvls maelvls commented May 9, 2017

The solver for the Touist language

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
the yices2 solver (optional, for SMT logic). It can also generate the
DIMACS, SMT2 and latex formats from you touist file. To use the SMT
solver, install yices2 with

opam install yices2



Pull-request generated by opam-publish v0.3.4

@camelus
Copy link
Contributor

camelus commented May 9, 2017

✅ All lint checks passed e0a8b18
  • These packages passed lint tests: touist.3.1.0

✅ Installability check (6638 → 6639)
  • new installable packages (1): touist.3.1.0
@avsm
Copy link
Member

avsm commented May 9, 2017

Seeing a checksum error:

[ERROR] Bad checksum for
        /home/opam/.opam/packages.dev/touist.3.1.0/v3.1.0.tar.gz:
          - 8519d0e79d3b8c9a8d908d70c82678ba [expected result]
          - 5855815d9ad279ab057038e5835a52e5 [actual result]
        This may be fixed by running `opam update`.

@maelvls
Copy link
Contributor Author

maelvls commented May 9, 2017 via email

@maelvls maelvls force-pushed the opam-publish/touist.3.1.0 branch 4 times, most recently from c1d3641 to 9e857ae Compare May 9, 2017 14:11
@maelvls maelvls changed the title touist.3.1.0 - via opam-publish May 9, 2017
@maelvls maelvls force-pushed the opam-publish/touist.3.1.0 branch from 9e857ae to e0a8b18 Compare May 11, 2017 11:45
@maelvls maelvls changed the title touist.3.1.0 - via opam-publish (do not publish yet) May 11, 2017
@maelvls
Copy link
Contributor Author

maelvls commented May 11, 2017

Hi @avsm,
Just wondering, the CI process does not check the depopts?

This PR is ready to be published! 😀

@avsm
Copy link
Member

avsm commented May 11, 2017

Just wondering, the CI process does not check the depopts?

It doesn't yet, but the DataKit version will soon... just waiting to upgrade some hardware first :-) Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants