-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: recurrence for BitVec.mul as repeated shifts for bitblasting #6
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 247349c - Browse repository at this point
Copy the full SHA 247349cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55cfc6d - Browse repository at this point
Copy the full SHA 55cfc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e5ea9f - Browse repository at this point
Copy the full SHA 2e5ea9fView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 910ce3b - Browse repository at this point
Copy the full SHA 910ce3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae0995 - Browse repository at this point
Copy the full SHA 5ae0995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203b34b - Browse repository at this point
Copy the full SHA 203b34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df5fd5 - Browse repository at this point
Copy the full SHA 6df5fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec5b36 - Browse repository at this point
Copy the full SHA bec5b36View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6cba22 - Browse repository at this point
Copy the full SHA e6cba22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0cb91 - Browse repository at this point
Copy the full SHA 2f0cb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8632849 - Browse repository at this point
Copy the full SHA 8632849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351a7ce - Browse repository at this point
Copy the full SHA 351a7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75867dd - Browse repository at this point
Copy the full SHA 75867ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea6a61 - Browse repository at this point
Copy the full SHA bea6a61View commit details -
Apply suggestions from code review
chore: remove parens around 0, 1 Co-authored-by: Tobias Grosser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33be7e5 - Browse repository at this point
Copy the full SHA 33be7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc8d7d - Browse repository at this point
Copy the full SHA 9bc8d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc67256 - Browse repository at this point
Copy the full SHA fc67256View commit details -
Apply suggestions from code review
chore: period to end of docstring. Co-authored-by: Tobias Grosser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71a6c23 - Browse repository at this point
Copy the full SHA 71a6c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c91edf1 - Browse repository at this point
Copy the full SHA c91edf1View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecde706 - Browse repository at this point
Copy the full SHA ecde706View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a61c43e - Browse repository at this point
Copy the full SHA a61c43eView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cba64a - Browse repository at this point
Copy the full SHA 5cba64aView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b4a59f - Browse repository at this point
Copy the full SHA 0b4a59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf80f8 - Browse repository at this point
Copy the full SHA cbf80f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14ba43 - Browse repository at this point
Copy the full SHA b14ba43View commit details -
chore: that was logical shift right. Skip arithmetic shift right for now
The arithmetic shift right lacks a `BitVec` implementation anyway, so we move on to div/rem.
Configuration menu - View commit details
-
Copy full SHA for 2e6ff6f - Browse repository at this point
Copy the full SHA 2e6ff6fView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af5b90d - Browse repository at this point
Copy the full SHA af5b90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f967caf - Browse repository at this point
Copy the full SHA f967cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f78b5 - Browse repository at this point
Copy the full SHA b9f78b5View commit details -
chore: prove necessary equivalence with sufficiently weak hypothesis …
…to embark on divrem quest
Configuration menu - View commit details
-
Copy full SHA for 904a01b - Browse repository at this point
Copy the full SHA 904a01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36711b0 - Browse repository at this point
Copy the full SHA 36711b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f267fe3 - Browse repository at this point
Copy the full SHA f267fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed0d44 - Browse repository at this point
Copy the full SHA 0ed0d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e23bbd - Browse repository at this point
Copy the full SHA 0e23bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 211fe3e - Browse repository at this point
Copy the full SHA 211fe3eView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b3bbc1 - Browse repository at this point
Copy the full SHA 5b3bbc1View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 949c9b6 - Browse repository at this point
Copy the full SHA 949c9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c10b83 - Browse repository at this point
Copy the full SHA 5c10b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5beb72b - Browse repository at this point
Copy the full SHA 5beb72bView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9720ab5 - Browse repository at this point
Copy the full SHA 9720ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6817d - Browse repository at this point
Copy the full SHA cc6817dView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89f6087 - Browse repository at this point
Copy the full SHA 89f6087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44127be - Browse repository at this point
Copy the full SHA 44127beView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2c3576 - Browse repository at this point
Copy the full SHA a2c3576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ea083 - Browse repository at this point
Copy the full SHA 56ea083View commit details -
chore: add new invariant code. This is more subtle than I thought for…
… the second time
Configuration menu - View commit details
-
Copy full SHA for 9ca69d4 - Browse repository at this point
Copy the full SHA 9ca69d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ce200 - Browse repository at this point
Copy the full SHA 89ce200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53fbd3a - Browse repository at this point
Copy the full SHA 53fbd3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac92331 - Browse repository at this point
Copy the full SHA ac92331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80dedc2 - Browse repository at this point
Copy the full SHA 80dedc2View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9b1227 - Browse repository at this point
Copy the full SHA c9b1227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6e2e8 - Browse repository at this point
Copy the full SHA 0b6e2e8View commit details -
feat: I now understand why the remainder is wr and dividend is wn, th…
…is is actually important for the proof
Configuration menu - View commit details
-
Copy full SHA for 8ad944a - Browse repository at this point
Copy the full SHA 8ad944aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1559cd - Browse repository at this point
Copy the full SHA f1559cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809263c - Browse repository at this point
Copy the full SHA 809263cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fa2b4 - Browse repository at this point
Copy the full SHA 25fa2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f8b09 - Browse repository at this point
Copy the full SHA f9f8b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15e05c - Browse repository at this point
Copy the full SHA e15e05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for faea676 - Browse repository at this point
Copy the full SHA faea676View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf7628 - Browse repository at this point
Copy the full SHA ccf7628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935d35f - Browse repository at this point
Copy the full SHA 935d35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c83cf03 - Browse repository at this point
Copy the full SHA c83cf03View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a20b14d - Browse repository at this point
Copy the full SHA a20b14dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09016e7 - Browse repository at this point
Copy the full SHA 09016e7View commit details