Satallax Version 1.4
Released:
Wed Jun 2 06:28:53 CEST 2010

See INSTALL for installation instructions.

The exit status of the satallax binary should be one of the following:

1  : Error - missing arguments, problem or mode
2  : Error processing THF of problem (e.g., ill-typed axiom, multiple conjectures, etc.)
3  : Unclassified error.
5  : Timed out
10 : CounterSatisfiable (Satisfiable with conjecture/theorem negated)
15 : Satisfiable (Satisfiable where no conjecture/theorem was given)
20 : Theorem (Unsatisfiable with conjecture/theorem negated)
25 : Unsatisfiable (Unsatisfiable where no conjecture/theorem was given)

See SZS Ontology:
http://www.cs.miami.edu/~tptp/cgi-bin/SeeTPTP?Category=Documents&File=SZSOntology

It also reports the SZS status in one of the following lines corresponding to the following exit status.

2  : Error processing THF of problem (e.g., ill-typed axiom, multiple conjectures, etc.)
-- FAILED! Error (THF Error)
3  : Unclassified error.
-- FAILED! Error
5  : Timed out
-- FAILED!  Timeout
10 : CounterSatisfiable (Satisfiable with conjecture/theorem negated)
++ SUCCESS! CounterSatisfiable
15 : Satisfiable (Satisfiable where no conjecture/theorem was given)
++ SUCCESS! Satisfiable
20 : Theorem (Unsatisfiable with conjecture/theorem negated)
+- SUCCESS! Theorem Proven
25 : Unsatisfiable (Unsatisfiable where no conjecture/theorem was given)
+- SUCCESS! Unsatisfiable

There are tests in the script file: test.


