Module Libzipperposition.Saturate
Main saturation algorithm.
It uses inference rules and simplification rules from Superposition.
type szs_status=|Unsat of Logtk.Proof.S.t|Sat|Unknown|Error of string|TimeoutThe SZS status of a state
module type S = sig ... end