mirror of
https://github.com/Z3Prover/z3
synced 2025-09-29 20:59:01 +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
1 changed files with 0 additions and 12 deletions
|
@ -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) {
|
void collect_bounds(goal const & g) {
|
||||||
unsigned sz = g.size();
|
unsigned sz = g.size();
|
||||||
numeral val;
|
numeral val;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue