Replies: 8 comments
-
Please assume that the both cases are possible. |
Beta Was this translation helpful? Give feedback.
-
Oh then should we consider something like 2>6 in the predicate? |
Beta Was this translation helpful? Give feedback.
-
Should we consider something like (x > y) in the predicate? I think it is not possible ... |
Beta Was this translation helpful? Give feedback.
-
@jirheee @seyoungsong Regardless of cases, you should just concentrate which an abstract type is assigned for the right or the left side of the predicate. |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
How about cases like x+y>5? This seem to be a lot harder.... |
Beta Was this translation helpful? Give feedback.
-
Please see corresponding *.ll file. Your analyzer reads *.ll file instead of *.c file. |
Beta Was this translation helpful? Give feedback.
-
Oh now I got it Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we assume that variable comes at first operand of predicate like x < 10? Or should we consider something like 2<x?
Beta Was this translation helpful? Give feedback.
All reactions