package libzipperposition

  1. Overview
  2. Docs
On This Page
  1. Interface to MSat
Legend:
Library
Module
Module type
Parameter
Class
Class type

Interface to MSat

include module type of Sat_solver_intf
type proof_step = Logtk.Proof.Step.t
type proof = Logtk.Proof.t
type result =
  1. | Sat
  2. | Unsat of proof
exception WrongState of string
module type S = sig ... end
module Make () : S
val set_compact : bool -> unit

Toggle compact proofs. if true, collapse internal resolution nodes in proofs