3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-23 14:23:40 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-04-19 11:10:37 +01:00
parent a180254c1a
commit 5393f1d98f

View file

@ -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);