Sidekick_smtlib.Model
Models
A model can be produced when the solver is found to be in a satisfiable state after a call to solve
.
type value = Sidekick_core.Term.t
type fun_ = Sidekick_core.Term.t
val empty : t
val is_empty : t -> bool
val eval : Sidekick_core.Term.t -> t -> value option
include Sidekick_sigs.PRINT with type t := t
val pp : t Sidekick_sigs.printer