package dolmen_type

  1. Overview
  2. Docs

Module Arith.Smtlib2Source

Smtlib Integer and Real Arithmetic

Sourcetype config =
  1. | Regular
  2. | Linear of [ `Large | `Strict ]
  3. | Difference of [ `IDL | `RDL | `UFIDL ]

The different type of arithmetic restrictions, see the comment in arith.ml for more information.

Sourceval print_config : Format.formatter -> config -> unit
Sourcemodule Int : sig ... end

Standalone Integer arithmetic

Sourcemodule Real : sig ... end

Standalone Integer arithmetic

Sourcemodule Real_Int : sig ... end

Mixed Integer and Real arithmetic

OCaml

Innovation. Community. Security.