Module DimacsSource

Sourcetype t = (bool * int) list list * int
Sourceval parse : string -> t
Sourceval print : t -> string
Sourceval to_formula : t -> Exp.var list * Exp.formula