DOC

org.eprover : eprover

Maven & Gradle

Nov 21, 2012

Eprover · E is a theorem prover for full first-order logic with equality. It accepts a problem specification, typically consisting of a number of first-order clauses or formulas, and a conjecture, again either in clausal or full first-order form. The system will then try to find a formal proof for the conjecture, assuming the axioms.

Table Of Contents

Latest Version

Download org.eprover : eprover Javadoc & API Documentation - Latest Versions:

All Versions

Download org.eprover : eprover Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.6

How to open Javadoc JAR file in web browser

  1. Rename the file eprover-1.6-javadoc.jar to eprover-1.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder eprover-1.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "eprover-1.6-sources.jar" -d "eprover-1.6-javadoc" -subpackages