package dolmen

  1. Overview
  2. Docs
A parser library for automated deduction

Install

Dune Dependency

Authors

Maintainers

Sources

dolmen-0.9.tbz
sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a
sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74

doc/dolmen.dimacs/Dolmen_dimacs/module-type-Statement/index.html

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.

OCaml

Innovation. Community. Security.