mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
check for 0
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
640cf1809d
commit
dd5e2e8930
2 changed files with 5 additions and 1 deletions
|
@ -2862,6 +2862,9 @@ sig
|
|||
val get_decls : model -> FuncDecl.func_decl list
|
||||
|
||||
(** Evaluates an expression in the current model.
|
||||
The Boolean argument indicates whether to apply model completion.
|
||||
When model completion is true it will assign an interpretation for
|
||||
constants and functions that do not have an interpretation in the model.
|
||||
|
||||
This function may fail if the argument contains quantifiers,
|
||||
is partial (MODEL_PARTIAL enabled), or if it is not well-sorted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue