Name: Yunghee Lee
Hello, I have a minor question on the example given on the description of HW4.
3. Implementing Numerical Domains and Memory Domain
...
filter < [1, 10] [1, 10] will return [1, 10] because no refinement is possible.
Why is this the case? I think that the concretized numeric value of the right interval [1, 10] is at most 10, so that the left interval can be soundly refined into [1, 9].