mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
bail out on failure to properly project
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32c63ce4cd
commit
20790c46ee
5 changed files with 19 additions and 25 deletions
|
@ -60,7 +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);
|
||||
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