Package: eprover Description: Powerful equational logic theorem prover Homepage: http://www.eprover.org Version: 1.3 Revision: 1 Depends: gawk, help2man BuildDepends: fink (>= 0.24.12) Maintainer: Jesse Alama DescDetail: << E is a purely equational theorem prover for full first-order logic. That means it is a program that you can stuff a mathematical specification (in first-order format) and a hypothesis into, and which will then run forever, using up all of your machines resources. Very occasionally it will find a proof for the hypothesis and tell you so... E's inference core is based on a modified version of the superposition calculus for equational clausal logic as described in [BG94]. For the case of pure unit equality (where both goals and axioms are simple equations, not disjunctions of literals or conditional rules), the calculus degenerates to unfailing completion [BDP89] extended to deal with arbitrarily quantified goals as implemented in DISCOUNT [DKS97]. Current versions offers a variety of literal selection functions and can e.g. emulate the unit-paramodulation strategy described in [Der91] for Horn clauses. E can now also handle full first-order logic. It uses a standard clausification algorithm to translate first order formula to clausal logic. Both clausification and reasoning on the clausal form can be documented in checkable proof objects. The prover was intended to become part of a METOP-based version of E-SETHEO [Mos96]. E-SETHEO now has evolved into a multi-paradigm strategy parallel proof system, but E is still a cornerstone of the system. << Source: http://www4.informatik.tu-muenchen.de/~schulz/WORK/E_DOWNLOAD/V_%v/E.tgz Source-MD5: acee33e200af096b65c94df16b992c87 PatchFile: %n.patch PatchFile-MD5: 9a87dbb5fee253bbcafe7e8d5f387375 DocFiles: COPYING README DOC/eprover.pdf DOC/ANNOUNCE DOC/CREDITS DOC/NEWS License: GPL InstallScript: << mkdir -p %i/bin make install DESTDIR=%d MANPATH=%i/share/man # man mkdir -p %i/share/man/man1 install -m 644 \ DOC/man/eground.1 \ DOC/man/epclextract.1 \ DOC/man/eproof.1 \ DOC/man/eprover.1 \ %i/share/man/man1 <<