is_numeral_ast method
def_API('Z3_is_numeral_ast', BOOL, (_in(CONTEXT), _in(AST)))
Implementation
bool is_numeral_ast(
Z3_context c,
Z3_ast a,
) {
return _is_numeral_ast(
c,
a,
);
}
def_API('Z3_is_numeral_ast', BOOL, (_in(CONTEXT), _in(AST)))
bool is_numeral_ast(
Z3_context c,
Z3_ast a,
) {
return _is_numeral_ast(
c,
a,
);
}