3
0
Fork 0
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:
Christoph M. Wintersteiger 2016-10-15 17:40:42 +02:00
parent 58af4cae14
commit ab4bb8194e
2 changed files with 17 additions and 0 deletions

View file

@ -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;