mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 00:20:27 +00:00
set up udoc relation to use datalog engine
This commit is contained in:
parent
c4366e57f8
commit
94b981024e
2 changed files with 2 additions and 3 deletions
|
|
@ -72,8 +72,6 @@ public:
|
|||
void unregister_decl(func_decl * d);
|
||||
func_interp* update_func_interp(func_decl* f, func_interp* fi);
|
||||
|
||||
void add_lambda_defs();
|
||||
|
||||
virtual expr * get_some_value(sort * s) = 0;
|
||||
virtual expr * get_fresh_value(sort * s) = 0;
|
||||
virtual bool get_some_values(sort * s, expr_ref & v1, expr_ref & v2) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue