forked from OCamlPro/alt-ergo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BV): Support binary distinct on arbitrary bit-widths (OCamlPro#1222
) * feat(BV): Support binary distinct on arbitrary bit-widths This used to be impossible to do in the general case when we have only bitlist domains, but is possible since we also have interval domains. This implementation only supports binary distinct operators, and will need to be revisited as part of OCamlPro#1157. * Debug message instead of error
- Loading branch information
1 parent
52afc73
commit a3f17d7
Showing
1 changed file
with
83 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters