mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
This commit is contained in:
parent
a180254c1a
commit
5393f1d98f
1 changed files with 0 additions and 2 deletions
|
@ -273,8 +273,6 @@ namespace recfun {
|
||||||
}
|
}
|
||||||
else if (is_app(e)) {
|
else if (is_app(e)) {
|
||||||
// explore arguments
|
// explore arguments
|
||||||
for (expr * arg : *to_app(e)) {
|
|
||||||
if (contains_ite(u, arg)) {
|
|
||||||
for (expr * arg : *to_app(e))
|
for (expr * arg : *to_app(e))
|
||||||
if (contains_ite(u, arg))
|
if (contains_ite(u, arg))
|
||||||
stack.push_back(arg);
|
stack.push_back(arg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue