package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_symbols : model -> Symbol.t list

get_symbols model retrieves the list of symbols in the model.

val eval : ?completion:bool -> model -> term -> interp option

eval ?completion model t evaluates the term t in the given model. If completion is true, missing values are completed.

OCaml

Innovation. Community. Security.