mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e234bede4c
commit
d32e50bc3c
|
@ -712,6 +712,7 @@ void lar_solver::substitute_terms_in_linear_expression(const vector<std::pair<mp
|
|||
register_monoid_in_map(coeffs, t.first, j);
|
||||
} else {
|
||||
const lar_term & term = * m_terms[adjust_term_index(t.second)];
|
||||
|
||||
for (auto p : term){
|
||||
register_monoid_in_map(coeffs, t.first * p.coeff() , p.var());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue