3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 04:48:45 +00:00

use common functionality

This commit is contained in:
Nikolaj Bjorner 2022-05-17 15:36:26 -07:00
parent f77608ed88
commit da9382956c

View file

@ -792,7 +792,7 @@ void cmd_context::init_manager_core(bool new_manager) {
TRACE("cmd_context", tout << "init manager " << m_logic << "\n";);
// add list type only if the logic is not specified.
// it prevents clashes with builtin types.
insert(pm().mk_plist_decl());
register_plist();
}
if (m_solver_factory) {
mk_solver();