Parameter Make.1-Plugin
include Msat.Solver_intf.PLUGIN_MCSAT
include Msat.Solver_intf.EXPR
module Term : sig ... endmodule Value : sig ... endmodule Formula : Msat.Solver_intf.FORMULAval push_level : t -> unitCreate a new backtrack level
val pop_levels : t -> int -> unitPop
nlevels of the theory
val partial_check : t -> (Term.t, Formula.t, Value.t, proof) Msat.Solver_intf.acts -> unitAssume the formulas in the slice, possibly using the
sliceto push new formulas to be propagated or to raising a conflict or to add new lemmas.
val final_check : t -> (Term.t, Formula.t, Value.t, proof) Msat.Solver_intf.acts -> unitCalled at the end of the search in case a model has been found. If no new clause is pushed, then proof search ends and "sat" is returned; if lemmas are added, search is resumed; if a conflict clause is added, search backtracks and then resumes.
val iter_assignable : t -> (Term.t -> unit) -> Formula.t -> unitAn iterator over the subTerm.ts of a Formula.t that should be assigned a value (usually the poure subTerm.ts)
val eval : t -> Formula.t -> Term.t Msat.Solver_intf.eval_resReturns the evaluation of the Formula.t in the current assignment