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
Is there a function to perform euclidian integer division (like div from SMTLIB) in Sally? I can't seem to find one.
It looks like the / operator works on integers, but only if the division is exact, and otherwise things get in an inconsistent state where anything can be proved. This can be quite confusing, and it would be nicer if it was a type error to use / on an integer.
The text was updated successfully, but these errors were encountered:
Is there a function to perform euclidian integer division (like
div
from SMTLIB) in Sally? I can't seem to find one.It looks like the
/
operator works on integers, but only if the division is exact, and otherwise things get in an inconsistent state where anything can be proved. This can be quite confusing, and it would be nicer if it was a type error to use/
on an integer.The text was updated successfully, but these errors were encountered: