mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
Added unregister_decl to model_core
This commit is contained in:
parent
58af4cae14
commit
ab4bb8194e
2 changed files with 17 additions and 0 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
|
||||
void register_decl(func_decl * d, expr * v);
|
||||
void register_decl(func_decl * f, func_interp * fi);
|
||||
void unregister_decl(func_decl * d);
|
||||
|
||||
virtual expr * get_some_value(sort * s) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue