You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`can_cast_expr<binary_relation_exprt>` allows casting expressions which
do not derive from `binary_relation_exprt` to `binary_relation_exprt`.
This includes expressions which are not relational operators all, such
as `plus_exprt`. By casting to the relevant sub-classes individually
instead of `binary_relation_exprt`, we avoid reaching the unimplemented
binary relation invariant when processing expression which are not
binary relations.
0 commit comments