mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 22:06:03 +00:00
Fix some spelling errors (mostly in comments).
This commit is contained in:
parent
880ce12e2d
commit
326bf401b9
121 changed files with 205 additions and 205 deletions
|
|
@ -3225,7 +3225,7 @@ public:
|
|||
theory_var w;
|
||||
if (m_solver->is_term(ti.var())) {
|
||||
//w = m_term_index2theory_var.get(m_solver->adjust_term_index(ti.var()), null_theory_var);
|
||||
//if (w == null_theory_var) // if extracing expressions directly from nested term
|
||||
//if (w == null_theory_var) // if extracting expressions directly from nested term
|
||||
lp::lar_term const& term1 = m_solver->get_term(ti.var());
|
||||
rational coeff2 = coeff * ti.coeff();
|
||||
term2coeffs(term1, coeffs, coeff2, offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue