-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BV): Generic constraint representation
This patch consolidates the representation for bit-vector constraints in order to separate the operator (e.g. `Band`) from its arguments. While this has some initial overhead in terms of code to be written, it allows sharing boilerplate code (such code for as substitution and argument folding) across multiple operators, making it easier to add new propagators (e.g. arithmetic bit-wise operators) in the future.
- Loading branch information
1 parent
9132f6f
commit 069826e
Showing
1 changed file
with
160 additions
and
128 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