mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
updated sat_smt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e9a4e486ae
commit
86310a1a27
15 changed files with 389 additions and 437 deletions
|
@ -126,7 +126,7 @@ public:
|
|||
auto* ext = dynamic_cast<euf::solver*>(m_solver.get_extension());
|
||||
if (ext) {
|
||||
auto& si = result->m_goal2sat.si(dst_m, m_params, result->m_solver, result->m_map, result->m_dep2asm, is_incremental());
|
||||
euf::solver::scoped_set_translate st(*ext, tr, result->m_map, si);
|
||||
euf::solver::scoped_set_translate st(*ext, dst_m, result->m_map, si);
|
||||
result->m_solver.copy(m_solver);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue