Module Sidekick_smtlib.Process

Process Statements

module Solver : Sidekick_msat_solver.S with type T.Term.t = Sidekick_base_term.Term.t and type T.Term.state = Sidekick_base_term.Term.state and type T.Ty.t = Sidekick_base_term.Ty.t and type T.Ty.state = Sidekick_base_term.Ty.state
val th_bool : Solver.theory
val th_data : Solver.theory
val th_lra : Solver.theory
type 'a or_error = ('a, string) CCResult.t
module Check_cc : sig ... end
val process_stmt : ?⁠hyps:Solver.Atom.t list Sidekick_util.Vec.t -> ?⁠gc:bool -> ?⁠restarts:bool -> ?⁠pp_cnf:bool -> ?⁠dot_proof:string -> ?⁠proof_file:string -> ?⁠pp_model:bool -> ?⁠check:bool -> ?⁠time:float -> ?⁠memory:float -> ?⁠progress:bool -> Solver.t -> Sidekick_base_term.Statement.t -> unit or_error