3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00

refine trail iterations with lar.m_terms

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-01-05 16:22:55 -10:00 committed by Lev Nachmanson
parent 9a9ccf19c5
commit 5158797233
2 changed files with 38 additions and 21 deletions

View file

@ -104,6 +104,7 @@ public:
for (auto const& p : a) {
add_monomial(p.coeff(), p.var());
}
m_j = a.j();
}
lar_term(const vector<std::pair<mpq, unsigned>>& coeffs) {