mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 09:55:15 +00:00
Update z3_api.h
This commit is contained in:
parent
c250209a3f
commit
4308dfbcdc
1 changed files with 10 additions and 0 deletions
|
|
@ -4992,6 +4992,16 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
bool Z3_API Z3_is_app(Z3_context c, Z3_ast a);
|
bool Z3_API Z3_is_app(Z3_context c, Z3_ast a);
|
||||||
|
|
||||||
|
/**
|
||||||
|
def_API('Z3_is_ground', BOOL, (_in(CONTEXT), _in(AST)))
|
||||||
|
*/
|
||||||
|
bool Z3_API Z3_is_ground(Z3_context c, Z3_ast a);
|
||||||
|
|
||||||
|
/**
|
||||||
|
def_API('Z3_get_depth', UINT, (_in(CONTEXT), _in(AST)))
|
||||||
|
*/
|
||||||
|
unsigned Z3_API Z3_get_depth(Z3_context c, Z3_ast a);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
def_API('Z3_is_numeral_ast', BOOL, (_in(CONTEXT), _in(AST)))
|
def_API('Z3_is_numeral_ast', BOOL, (_in(CONTEXT), _in(AST)))
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue