package dolmen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Dolmen_dimacs.StatementSource

Implementation requirement for the Dimacs format.

Sourcetype t

The type of statements for dimacs.

Sourcetype term

The type of dimacs terms.

Sourcetype location

The type of locations.

Sourceval p_cnf : ?loc:location -> int -> int -> t

Header of a dimacs file. First argument is the number of variables, second is the number of clauses.

Sourceval clause : ?loc:location -> term list -> t

Make a clause from a list of literals.