mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
This commit is contained in:
parent
9ae6c88e3f
commit
d6f2c23627
4 changed files with 128 additions and 27 deletions
|
@ -31,6 +31,11 @@ bool occurs(expr * n1, expr * n2);
|
|||
*/
|
||||
bool occurs(func_decl * d, expr * n);
|
||||
|
||||
/**
|
||||
* \brief Return true if s1 occurs in s2
|
||||
*/
|
||||
bool occurs(sort* s1, sort* s2);
|
||||
|
||||
/**
|
||||
* \brief Mark sub-expressions of to_check by whether v occurs in these.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue