package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/libzipperposition/Libzipperposition/Clause/index.html

Module Libzipperposition.Clause

Clauses

The clauses are hashconsed within a context (an application of Make). Now clauses also have a trail, that is, a set of boolean literals that it depends upon as a conditional guard.

val stat_clause_create : Logtk.Util.stat
module type S = Clause_intf.S
type 'c sets = {
  1. c_set : 'c CCVector.ro_vector;
    (*

    main set of clauses

    *)
  2. c_sos : 'c CCVector.ro_vector;
    (*

    set of support

    *)
}

Bundle of clause sets

Clauses that depend on a Context

module Make (Ctx : Ctx.S) : S with module Ctx = Ctx
OCaml

Innovation. Community. Security.