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:
parent
9a9ccf19c5
commit
5158797233
2 changed files with 38 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue