Replies: 6 comments
-
Which an abstract domain did you used in the case? I can't catch your question a little bit. Did you mean the answer must be Bot, but the result of |
Beta Was this translation helpful? Give feedback.
-
I use the abstract domain of the homework, and yes, you understand my question correctly |
Beta Was this translation helpful? Give feedback.
-
Can I ask why did you think that the answer is Bot? |
Beta Was this translation helpful? Give feedback.
-
I think there is no number x satisfy both x>= 0 and x<0. So I think x should be bot and the inside code is unreachable (as commented in the example1.c code) |
Beta Was this translation helpful? Give feedback.
-
If we use an abstract domain of the lecture version, the result can be bot. |
Beta Was this translation helpful? Give feedback.
-
Thank you a lot. It is clear now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about the sign domain filter function. For example, we have a code
My question is should we assign negative to the x inside the print function? It should be allowed if we define the filter function the same way as in the readme, but it will be wrong for this case because x inside should be Bot?
Beta Was this translation helpful? Give feedback.
All reactions