Previous: Special variables, Up: Public Interface [Contents][Index]
Returns a list of all possible interpretations of PARAMETERS.
See ‘*interpretation*‘ for a description of the interpretation format.
Logical negation. Returns nil if P is t. Otherwise returns t.
Entry point for the executable. Reads command line arguments.
Returns t if FORMULA is t under every possible interpretation (i.e. is a semantic consequence of the empty set of premises).
Returns t if FORMULA is well-formed under the syntax of the active object language. Assumes that FORMULA is an s-expression. Recursively checks whether it is made up exclusively of propositional parameters (logical atoms) connected through the available logical operators.
Previous: Special variables, Up: Public Interface [Contents][Index]