dolmen.dimacs
Make.S
dolmen
dolmen.ae
dolmen.class
dolmen.icnf
dolmen.intf
dolmen.line
dolmen.smtlib2
dolmen.std
dolmen.tptp
dolmen.zf
dolmen_smtlib2_poly
dolmen_smtlib2_v6
dolmen_smtlib2_v6_response
dolmen_smtlib2_v6_script
dolmen_tptp_v6_3_0
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.