3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 12:13:25 +00:00

Update monomial_bounds.cpp

This commit is contained in:
Nikolaj Bjorner 2026-07-31 10:14:18 -07:00 committed by GitHub
parent 7fde79f889
commit acb10d0288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,8 +300,7 @@ namespace nla {
bool monomial_bounds::propagate_nonfixed(monic const& m, rational const& k, lpvar w) {
if (c().val(m.var()) == k * c().val(w)) {
verbose_stream() << "non-fixed\n";
//return false;
return false;
}
vector<std::pair<lp::mpq, unsigned>> coeffs;
coeffs.push_back({-k, w});