mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
This commit is contained in:
parent
091079e58c
commit
dd1e0fc561
|
@ -46,6 +46,7 @@ namespace euf {
|
|||
value = r->get_expr();
|
||||
else
|
||||
value = factory.get_fresh_value(srt);
|
||||
(void)s;
|
||||
TRACE("model", tout << s.bpp(r) << " := " << value << "\n";);
|
||||
values.set(id, value);
|
||||
expr_ref_vector* vals = nullptr;
|
||||
|
|
|
@ -1145,7 +1145,7 @@ bool theory_seq::solve_nth_eq(expr_ref_vector const& ls, expr_ref_vector const&
|
|||
m.inc_ref(rhs);
|
||||
m.inc_ref(ls[0]);
|
||||
m_nth_eq2_cache.insert(std::make_pair(rhs, ls[0]));
|
||||
ctx.push_trail(remove_obj_pair_map(m, m_nth_eq2_cache, rhs, ls[0]));
|
||||
get_trail_stack().push(remove_obj_pair_map(m, m_nth_eq2_cache, rhs, ls[0]));
|
||||
ls1.push_back(s);
|
||||
if (!idx_is_zero) rs1.push_back(m_sk.mk_pre(s, idx));
|
||||
rs1.push_back(m_util.str.mk_unit(rhs));
|
||||
|
|
Loading…
Reference in a new issue