mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
tune q-eval and q-ematch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
92c1b600c3
commit
da124e4275
7 changed files with 119 additions and 36 deletions
|
@ -20,6 +20,15 @@ Revision History:
|
|||
|
||||
class expr;
|
||||
|
||||
class contains_vars {
|
||||
class imp;
|
||||
imp* m_imp;
|
||||
public:
|
||||
contains_vars();
|
||||
~contains_vars();
|
||||
bool operator()(expr* n);
|
||||
};
|
||||
|
||||
bool has_free_vars(expr * n);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue