package dolmen

  1. Overview
  2. Docs
type t

The type of statements for iCNF.

val clause : ?loc:L.t -> T.t list -> t

Make a clause from a list of literals.

val assumption : ?loc:L.t -> T.t list -> t

Generate a solve instruction with the given list of assumptions.