mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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";);
|
TRACE("cmd_context", tout << "init manager " << m_logic << "\n";);
|
||||||
// add list type only if the logic is not specified.
|
// add list type only if the logic is not specified.
|
||||||
// it prevents clashes with builtin types.
|
// it prevents clashes with builtin types.
|
||||||
insert(pm().mk_plist_decl());
|
register_plist();
|
||||||
}
|
}
|
||||||
if (m_solver_factory) {
|
if (m_solver_factory) {
|
||||||
mk_solver();
|
mk_solver();
|
||||||
|
|
Loading…
Reference in a new issue