dolmen.icnf
Make.S
dolmen
dolmen.class
dolmen.dimacs
dolmen.intf
dolmen.line
dolmen.smtlib
dolmen.std
dolmen.tptp
dolmen.zf
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.