mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
remove stdout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82236d44c6
commit
d20259b57a
1 changed files with 0 additions and 3 deletions
|
@ -980,10 +980,7 @@ bool poly_rewriter<Config>::hoist_ite(expr_ref& e) {
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
if (!pinned.empty()) {
|
if (!pinned.empty()) {
|
||||||
std::cout << "hoist: " << e << "\n";
|
|
||||||
e = mk_add_app(adds.size(), adds.c_ptr());
|
e = mk_add_app(adds.size(), adds.c_ptr());
|
||||||
std::cout << "hoisted: " << e << "\n";
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue