Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(BV, CP): Refactor propagation mechanism (#1185)
This patch simplifies the propagation mechanism (currently used in the bit-vector relations only) in order to accomodate different types of propagators more easily. In particular, there is now a single generic (and configurable) loop that runs the propagators instead of a spaghetti of different loops for each kind of propagators.
- Loading branch information