mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
comment
This commit is contained in:
parent
d8bcca130c
commit
70d2057557
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue