package alt-ergo-lib

  1. Overview
  2. Docs
On This Page
  1. Models module
Legend:
Library
Module
Module type
Parameter
Class
Class type

Models module

type t = {
  1. propositional : AltErgoLib.Expr.Set.t;
  2. model : ModelMap.t;
  3. term_values : Expr.t AltErgoLib.Expr.Map.t;
    (*

    A map from terms to their values in the model.

    *)
}
val empty : t
val pp : t Fmt.t
OCaml

Innovation. Community. Security.