Replies: 1 comment
-
The functionality isn't supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, want to make sure that I'm not missing something in the C API:
I can make function declarations with
Z3_mk_func_decl()
, and add them to a parser context (Z3_parser_context_add_decl
), for example.But given, say, a function symbol and an arity, there does not seem to be a way to get the already-declared function declarations that correspond to that symbol and arity? It would be nice to have such functionality so that I don't have to keep a separate map; and perhaps even better if I could just query the context to get those declarations (to have fewer objects floating around). Thx!
Beta Was this translation helpful? Give feedback.
All reactions