-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for fairness constraints (#918)
This PR introduces fairness support. To that end, it: - Enables custom padding for `concat()`. - Allows `if(Not)Exists` to be used with a stream. - Introduces a new CS building block `complement()`. - Adds the fairness collector. - Introduces `ConstraintVerifier` capability to check for more/less penalties/rewards. --------- Co-authored-by: lee-carlon <[email protected]>
- Loading branch information
1 parent
e7fae26
commit d07cfb2
Showing
78 changed files
with
4,685 additions
and
6,416 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
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
Oops, something went wrong.