mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
4520fafa8c
commit
bfe6260c58
1 changed files with 1 additions and 0 deletions
|
@ -2400,6 +2400,7 @@ bool theory_seq::add_stoi_axiom(expr* e) {
|
|||
nums[i] = m_autil.mk_mul(coeff, nums[i].get());
|
||||
}
|
||||
num = m_autil.mk_add(nums.size(), nums.c_ptr());
|
||||
ctx.get_rewriter()(num);
|
||||
lits.push_back(mk_eq(e, num, false));
|
||||
++m_stats.m_add_axiom;
|
||||
m_new_propagation = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue