These methods are currently implemented and associated with these options :
If is set, reduction is recursive rewriting of ``maximal strength'' where most clauses and their contrapositives are considered as conditional rewrite rules. Reduction also includes convergence tests for inequalities in clauses with respect to the current set of positive unit inequalities. This setting can be very expensive. With , only unit clauses are used for reduction which usually is much faster. If neither option is present, an intermediate level of reduction strength is assumed (default setting).
Subsumption always includes a particular form of contextual reduction,
also called resolution subsumption.
Consider a resolution inference
Propositional reasoning for ground clauses refers to an integration of an incremental Davis-Putnam-like procedure for testing satisfiablity of propositional clauses contributed by Peter Barth. The procedure is part of his CLP(PB)-system and is operational only in the SICStus 3.0 version of SaturateRefutational completeness with this method switched on is guaranteed only for ordered strategies without selection as invoked through saci([]).
Totality resolution eliminates, in the case of total relations , all negative occurrences of by swapping them to the other side of the sequent. This option, by contrast to using the totality axiom lazily, is generally recommended for total orderings, in particular when combined with a positive strategy (sass([2])).
Extensionality resolution is a simplification related to the presence of an extensionality axiom for equality or some other transitive relation. It is somewhat experimental in nature.
Case analysis and clausal rewriting are described in more detail in paper by Nivela and Nieuwenhuis. Case analysis is useful for theories with AC-operators that are to be dealt with by ordered rewriting with option(ac(off)). Clausal rewriting should be turned on for non-trivial consistent theories that one wants to saturate finitely. For refutational theorem proving it should be turned off as it is very expensive.