twee-lib: An equational theorem prover
Twee is an experimental equational theorem prover based on Knuth-Bendix completion.
Given a set of equational axioms and a set of equational conjectures it will try to prove the conjectures. It will terminate if the conjectures are true but normally fail to terminate if they are false.
The input problem should be in TPTP format (see http://www.tptp.org). You can use types and quantifiers, but apart from that the problem must be equational.
This package contains only the library part of twee.
Modules
[Index] [Quick Jump]
- Data
- Data.Label
- Primitive
- ByteArray
- Data.Primitive.ByteArray.Checked
- Data.Primitive.Checked
- SmallArray
- Data.Primitive.SmallArray.Checked
- ByteArray
- Twee
Flags
Manual Flags
Name | Description | Default |
---|---|---|
llvm | Build using LLVM backend for faster code. | Disabled |
bounds-checks | Use bounds checks for all array operations. | Disabled |
profile | Print a profiling report after every prover run. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- twee-lib-2.4.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 2.1, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.2, 2.3, 2.3.1, 2.4, 2.4.1, 2.4.2 |
---|---|
Dependencies | base (>=4.11 && <5), bytestring, cereal, containers, dlist, ghc-prim, pretty (>=1.1.2.0), primitive (>=0.7.1.0), random, transformers, uglymemo [details] |
License | BSD-3-Clause |
Author | Nick Smallbone |
Maintainer | nicsma@chalmers.se |
Revised | Revision 1 made by AndreasAbel at 2024-02-25T18:48:09Z |
Category | Theorem Provers |
Home page | https://github.com/nick8325/twee |
Source repo | head: git clone https://github.com/nick8325/twee.git -b master |
Uploaded | by NickSmallbone at 2022-09-15T12:08:34Z |
Distributions | NixOS:2.4.2 |
Reverse Dependencies | 1 direct, 3 indirect [details] |
Downloads | 5331 total (61 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-09-15 [all 1 reports] |