@hackage / yices-easy

Simple interface to the Yices SMT (SAT modulo theories) solver.

Latest0.1

About

Metadata

  • Last updated , by KeeganMcAllister
  • License BSD-3-Clause
  • Categories Algorithms, Mathematics
  • Maintained by: Keegan McAllister <mcallister.keegan@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This library provides a simple interface to Yices, an SMT solver available from http://yices.csl.sri.com/.

It uses the Yices C API, which you will need to have installed. The API is not installed on the Hackage server, so you may need to download this package in order to read its documentation. Sorry.

The core functionality is provided by modules Types and Run, and re-exported by Yices.Easy. Module Sugar provides optional syntactic sugar, and Build provides optional monadic bookkeeping.

The library aims for simplicity, and not all features of Yices are supported. Suggestions and patches are welcome.