mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
disable normalize
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6deb4dee37
commit
b1aa6b260b
1 changed files with 3 additions and 2 deletions
|
@ -101,7 +101,7 @@ namespace api {
|
||||||
m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid));
|
m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid));
|
||||||
|
|
||||||
install_tactics(*this);
|
install_tactics(*this);
|
||||||
std::cout << "alloc\n";
|
// std::cout << "alloc\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,7 +114,8 @@ namespace api {
|
||||||
}
|
}
|
||||||
if (m_params.owns_manager())
|
if (m_params.owns_manager())
|
||||||
m_manager.detach();
|
m_manager.detach();
|
||||||
std::cout << "dealloc " << memory::get_allocation_size() << "\n";
|
// std::cout << "dealloc " << memory::get_allocation_size() << "\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
context::set_interruptable::set_interruptable(context & ctx, event_handler & i):
|
context::set_interruptable::set_interruptable(context & ctx, event_handler & i):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue