 *******************************************************
*      GAPT: General Architecture for Proof Theory      *
 *******************************************************

GAPT is a proof theory framework. The framework aims at
creating data types, algorithms, parsers, transformations 
and other components common in proof theory in general 
and automated proof theory in particular. 

 Website: http://www.logic.at/gapt
 Contact: gapt@logic.at

Requirements:
* Unix-compatible environment (Linux, MacOsX[2])
* Java 1.6 or later (tested with Oracle's JVM)
* Prover9 (the binaries prover9, prooftrans and 
   tptp_to_ladr must be present in the path [1])
  available at: http://www.cs.unm.edu/~mccune/mace4/download 
* MiniSAT (the binary minisat mist be present in the path)
  available at: http://minisat.se/MiniSat.html

Running:
* The scripts cli.sh and prooftool.sh look for 
  their respective jar files in the path and the current
  directory and set Java's memory limits to something
  we found useful over time.

* Alternatively, you can run the jar files directly by calling
  'java -Xss2m -Xmx2g -jar gapt-cli-1.7.jar' 
  and 
  'java -Xss2m -Xmx2g -jar prooftool-1.7.jar' 


License: GAPT is free software licensed under the GNU General
Public  License Version 3. See the file COPYING for details.

Instructions on downloading the sources can be found at:
  http://code.google.com/p/gapt/source/checkout

Compilation Instructions can be found at:
  http://code.google.com/p/gapt/wiki/Installation

Notes:

[1] Ubuntu Linux' prover9 package does not contain tptp_to_ladr,
    please also install the ladr4-apps package
[2] On some MacOS X installation there might be some additional configuration done, 
    details are at https://code.google.com/p/gapt/wiki/Installation#MacOS_X_Specifics
    
