-
Notifications
You must be signed in to change notification settings - Fork 21
chore: drop custom bitvector notation #1631
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
base: main
Are you sure you want to change the base?
Conversation
This looks like a great idea. But why do we have so much snakemake here? |
bd0850e
to
8f3ccc8
Compare
Because I picked the wrong place to start my branch, it's now rebased |
bv_decide solved 0 theorems. |
2 similar comments
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
This breaks CI, but is fine for me. As I am currently on leave, maybe @bollu can review this. This patch seems to go in a direction he is also interested in. |
Yes, happy to help here @alexkeizer , as this would help me create cleaner goal states as well |
| .sgt => (y.slt x) | ||
| .sge => (y.sle x) | ||
| .slt => (x.slt y) | ||
| .sle => (x.sle y) | ||
| .ugt => (y.ult x) | ||
| .uge => (y.ule x) | ||
| .ult => (x.ult y) | ||
| .ule => (x.ule y) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@bollu With our fix this is now building properly, could you run the extraction scripts and update the goals files to make the extract goals CI happy? |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
This PR removes the custom notation we had for signed & unsigned comparisons of bitvectors.
We still need to regenerate the extracted goals