package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63

doc/libzipperposition/Libzipperposition/Sat_solver/index.html

Module Libzipperposition.Sat_solver

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

OCaml

Innovation. Community. Security.

On This Page
  1. Interface to MSat