M.Modelget_symbols model retrieves the list of symbols in the model.
val eval :
?ctx:term Symbol.Map.t ->
?completion:bool ->
model ->
term ->
interp optioneval ?completion model t evaluates the term t in the given model. If completion is true, missing values are completed.