3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

fix #4359 and regression to #3270

This commit is contained in:
Nikolaj Bjorner 2020-05-18 12:41:42 -07:00
parent 1c760b04cf
commit 78a4717c06
4 changed files with 37 additions and 29 deletions

View file

@ -28,6 +28,6 @@ namespace nla {
bool is_zero(lpvar v) const;
public:
monomial_bounds(core* core);
bool operator()();
void operator()();
};
}