dolmen.dimacs
Make.S
dolmen
dolmen.class
dolmen.icnf
dolmen.intf
dolmen.line
dolmen.smtlib
dolmen.std
dolmen.tptp
dolmen.zf
type t
The type of statements for dimacs.
val p_cnf : ?loc:L.t -> int -> int -> t
Header of a dimacs file. First argument is the number of variables, second is the number of clauses.
val clause : ?loc:L.t -> T.t list -> t
Make a clause from a list of literals.