1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package msat
-
msat
-
-
msat.backend
-
-
msat.backtrack
-
msat.tseitin
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Formula : Solver_intf.FORMULA
formulas
val push_level : t -> unit
Create a new backtrack level
val pop_levels : t -> int -> unit
Pop n
levels of the theory
val partial_check :
t ->
( Solver_intf.void, Formula.t, Solver_intf.void, proof ) Solver_intf.acts ->
unit
Assume the formulas in the slice, possibly using the slice
to push new formulas to be propagated or to raising a conflict or to add new lemmas.
val final_check :
t ->
( Solver_intf.void, Formula.t, Solver_intf.void, proof ) Solver_intf.acts ->
unit
Called 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.