This is the required ReadMe file for the CASC competitions.
-----------------------------------------------------------

For installation, follow the instructions in the main README
file. Make sure to do a proper install, so that eproof can find
eprover. 

Translating to proper input format:

   None required, E reads TPTP-3 format with includes

Command line:

   eprover -xAuto -tAuto --tstp-in -s --memory-limit=384 %s

   eproof  -xAuto -tAuto --tstp-in --tstp-out --memory-limit=384 %s

For the LTB category, run

   PYTHON/e_ltb_runner.py <path_to_ltp_problem_file> <total_time> <path_to_eprover>

For the LTB* category, run

   PYTHON/e_ltb_runner.py <path_to_ltp_problem_file> <total_time> <path_to_eproof>


Distinguished strings for the results:

Problem is CNF and unsatisfiable:

# SZS status Unsatisfiable

Problem is CNF and satisfiable:

# SZS status Satisfiable

Problem is FOF and a theorem: 

# SZS status Theorem

Problem is FOF and not a theorem:

# SZS status CounterSatisfiable

System gave up (usually resource limit)

# Failure:


The start of solution output for proofs:

# SZS output start CNFRefutation.

The end of solution output for proofs:

# SZS output end CNFRefutation.




The start of solution output for models/saturations:

# SZS output start Saturation.

The end of solution output for models/saturations:

# SZS output end Saturation.




