mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
use common functionality
This commit is contained in:
parent
f77608ed88
commit
da9382956c
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue