This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Prove 64 bit integer arithmetics #50
Comments
jklmnn
added a commit
that referenced
this issue
Jul 18, 2019
senier
pushed a commit
that referenced
this issue
Jul 18, 2019
jklmnn
added a commit
that referenced
this issue
Jul 19, 2019
jklmnn
added a commit
that referenced
this issue
Jul 19, 2019
jklmnn
added a commit
that referenced
this issue
Jul 19, 2019
senier
pushed a commit
that referenced
this issue
Jul 19, 2019
senier
pushed a commit
that referenced
this issue
Jul 19, 2019
senier
pushed a commit
that referenced
this issue
Jul 26, 2019
senier
pushed a commit
that referenced
this issue
Jul 26, 2019
senier
pushed a commit
that referenced
this issue
Jul 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While working on issue #47 I noticed that some properties are harder to prove than expected and are not feasible to prove in the time given. The missing parts are:
X + Y = To_Int (To_Uns (X) + To_Uns (Y))
X - Y = To_Int (To_Uns (X) - To_Uns (Y))
The text was updated successfully, but these errors were encountered: