3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

patch bounds normalization bug found by dvitek

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-19 17:59:49 -07:00
parent 8a63ae0cdf
commit bc8508f3df

View file

@ -109,18 +109,6 @@ struct bv_size_reduction_tactic::imp {
}
}
void ensure_signed(app* lhs, numeral& n) {
}
bool at_upper(app* lhs, numeral const& n) {
return false;
}
bool at_lower(app* lhs, numeral const& n) {
return false;
}
void collect_bounds(goal const & g) {
unsigned sz = g.size();
numeral val;