mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
parent
091079e58c
commit
dd1e0fc561
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue