mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 01:16:15 +00:00
register auxiliary constants from projection operation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
112fa16bc0
commit
276fdd0e97
8 changed files with 68 additions and 86 deletions
|
@ -84,6 +84,7 @@ public:
|
|||
// Primitives for building models
|
||||
//
|
||||
void register_aux_decl(func_decl * f, func_interp * fi);
|
||||
void register_aux_decl(func_decl * f);
|
||||
void reregister_decl(func_decl * f, func_interp * new_fi, func_decl * f_aux);
|
||||
void compress();
|
||||
void cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue