3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-20 03:12:03 +00:00
This commit is contained in:
Jakob Rath 2024-01-12 16:32:36 +01:00
parent d8bcca130c
commit 70d2057557

View file

@ -780,7 +780,6 @@ namespace polysat {
// so x*2^k cannot be in [lo, hi[ // so x*2^k cannot be in [lo, hi[
// Assume lo > hi // Assume lo > hi
// - then the constraint is x*2^k not in [lo, 0[, [0, hi[ // - then the constraint is x*2^k not in [lo, 0[, [0, hi[
// - then new_lo = new_hi = 0
// - it means 2^k does not divide any of [hi, lo[ // - it means 2^k does not divide any of [hi, lo[
// - therefore the interval [lo, hi[ contains all the divisors of 2^k // - therefore the interval [lo, hi[ contains all the divisors of 2^k
// //