liquid-fixpoint: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver
This package is a Haskell wrapper to the SMTLIB-based Horn-Clause/Logical Implication constraint solver used for Liquid Types.
The solver itself is written in Ocaml.
The package includes:
Types for Expressions, Predicates, Constraints, Solutions
Code for serializing the above
Code for parsing the results from the fixpoint.native binary
The Ocaml fixpoint code
(Deprecated) Z3 binaries if you want to link against the API.
Requirements
In addition to the .cabal dependencies you require
A Recent Ocaml compiler
A Z3 Binary (http://z3.codeplex.com)
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
z3mem | Link to Z3 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- liquid-fixpoint-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates