mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
remove std::cout
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
739c90779b
commit
3bf8b17b96
1 changed files with 0 additions and 4 deletions
|
@ -114,13 +114,9 @@ namespace smt {
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
enode * store = *it;
|
enode * store = *it;
|
||||||
SASSERT(is_store(store));
|
SASSERT(is_store(store));
|
||||||
std::cout << mk_pp(store->get_owner(), get_manager()) << " " << mk_pp(s->get_owner(), get_manager()) << "\n";
|
|
||||||
if (!m_params.m_array_cg || store->is_cgr()) {
|
if (!m_params.m_array_cg || store->is_cgr()) {
|
||||||
instantiate_axiom2b(s, store);
|
instantiate_axiom2b(s, store);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
std::cout << mk_pp(store->get_owner(), get_manager()) << "\n";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue