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
Good point, this is probably something we should discuss at the next
CHC-COMPs. Eldarica deviates from the SMT-LIB semantics concerning
division by 0, in fact it will treat "div" as a partial function that
cannot be applied to 0. The problem is that the exact SMT-LIB semantics,
which considers division by zero as essentially an uninterpreted
function, is hard to implement correctly in the CHC context; adding
uninterpreted functions would be equivalent to adding certain
existential quantifiers. Not sure how Spacer treats this case.
Eldarica says
unsat
for the following example, whereas both z3 and cvc4 saysat
, so I'm just wondering how Eldarica handles it.The text was updated successfully, but these errors were encountered: