Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
prover9 - Thereom Prover and Countermodel Generator
This package provides the Prover9 resolution/paramodulation theorem prover
and the Mace4 countermodel generator.
Prover9 is an automated theorem prover for first-order and equational logic.
It is a successor of the Otter prover. Prover9 uses the inference techniques
of ordered resolution and paramodulation with literal selection.
The program Mace4 searches for finite structures satisfying first-order and
equational statements, the same kind of statement that Prover9 accepts. If
the statement is the denial of some conjecture, any structures found by
Mace4 are counterexamples to the conjecture.
Mace4 can be a valuable complement to Prover9, looking for counterexamples
before (or at the same time as) using Prover9 to search for a proof. It can
also be used to help debug input clauses and formulas for Prover9.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| prover9 |
200805a |
4.el5 |
src |
2.44 MiB |
Thu Aug 7 09:15:09 2008 |
Changelog
- * Wed Jul 9 22:00:00 2008 Tim Colles <timc{%}inf{*}ed{*}ac{*}uk> - 200805a-4
- exclude ppc64 architecture as test2 fails
- * Tue Jul 8 22:00:00 2008 Tim Colles <timc{%}inf{*}ed{*}ac{*}uk> - 200805a-3
- make -apps require base package instead of other way around
- added check section to run built-in tests
- fix perms on static library
- fix perms on example script
- use name prefix and install all binaries in /usr/bin
- add name prefix to manpages, drop symlinks for missing manpages
- * Fri Jun 6 22:00:00 2008 Tim Colles <timc{%}inf{*}ed{*}ac{*}uk> - 200805a-2
- dropped libtoolize patch and stopped shipping shared libraries
- changed build to use rpm optflags
- added -p flag to preserve timestamps
- install all binaries except mace4/prover9 to /usr/lib/prover9/bin