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:
parent
8a63ae0cdf
commit
bc8508f3df
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue