3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

disable normalize

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-05-11 13:30:50 -07:00
parent 5aec9b32bd
commit 6deb4dee37
2 changed files with 6 additions and 2 deletions

View file

@ -101,6 +101,7 @@ namespace api {
m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid));
install_tactics(*this);
std::cout << "alloc\n";
}
@ -113,6 +114,7 @@ namespace api {
}
if (m_params.owns_manager())
m_manager.detach();
std::cout << "dealloc " << memory::get_allocation_size() << "\n";
}
context::set_interruptable::set_interruptable(context & ctx, event_handler & i):