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:
parent
7fde79f889
commit
acb10d0288
1 changed files with 1 additions and 2 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue