3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-25 23:19:32 +00:00

add more pre-processing for band

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-11-04 09:45:40 -08:00
parent 4828ed97be
commit daf66e63c6
2 changed files with 34 additions and 12 deletions

View file

@ -51,7 +51,7 @@ namespace nla {
bool bounds::add_bounds_to_variable_at_value(lp::lpvar j, int value) {
// disable new functionality
return false;
// return false;
auto v = c().val(j);
if (v != value)
return false;