mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 22:20:54 +00:00
fix issues for user-propagator from new core
This commit is contained in:
parent
f27485dae7
commit
49064252ac
4 changed files with 18 additions and 7 deletions
|
@ -657,7 +657,8 @@ public:
|
|||
}
|
||||
|
||||
euf::solver* ensure_euf() {
|
||||
auto* ext = dynamic_cast<euf::solver*>(m_solver.get_extension());
|
||||
m_goal2sat.init(m, m_params, m_solver, m_map, m_dep2asm, is_incremental());
|
||||
auto* ext = m_goal2sat.ensure_euf();
|
||||
return ext;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue