package msat

  1. Overview
  2. Docs

Module type Msat_tseitin.ArgSource

The implementation of formulas required to implement Tseitin's CNF conversion.

Formulas

This defines what is needed of formulas in order to implement Tseitin's CNF conversion.

Sourcetype t

Type of atomic formulas.

Sourceval neg : t -> t

Negation of atomic formulas.

Sourceval fresh : unit -> t

Generate fresh formulas (that are different from any other).

Sourceval pp : Format.formatter -> t -> unit

Print the given formula.

OCaml

Innovation. Community. Security.