AltErgoLib.Satml
exception Sat
exception Unsat of Satml_types.Atom.clause list option
exception Last_UIP_reason of AltErgoLib.Satml_types.Atom.Set.t
type conflict_origin =
| C_none
| C_bool of Satml_types.Atom.clause
| C_theory of Explanation.t
val src : Logs.src
module type SAT_ML = sig ... end
module Make (Th : Theory.S) : SAT_ML with type th = Th.t