mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
Merge branch 'timfelgentreff/z3' into contrib
This commit is contained in:
commit
806fc68fa5
2 changed files with 21 additions and 0 deletions
|
@ -4514,6 +4514,15 @@ END_MLAPI_EXCLUDE
|
|||
*/
|
||||
Z3_ast_opt Z3_API Z3_model_get_const_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a);
|
||||
|
||||
/**
|
||||
\brief Test if there exists an interpretation (i.e., assignment) of constant \c a in the model \c m.
|
||||
|
||||
\pre Z3_get_arity(c, a) == 0
|
||||
|
||||
def_API('Z3_model_has_interp', BOOL, (_in(CONTEXT), _in(MODEL), _in(FUNC_DECL)))
|
||||
*/
|
||||
Z3_bool Z3_API Z3_model_has_interp(__in Z3_context c, __in Z3_model m, __in Z3_func_decl a);
|
||||
|
||||
/**
|
||||
\brief Return the interpretation of the function \c f in the model \c m.
|
||||
Return \mlonly [None], \endmlonly \conly \c NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue