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
val k_abort_after_fragment_check : bool Logtk.Flex_state.key
module type S = sig ... end