Skip to content
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

chore(BV, CP): Refactor propagation mechanism #1185

Merged
merged 3 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. chore(BV, CP): Refactor propagation mechanism

    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.
    bclement-ocp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    16e807e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1a16da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6007321 View commit details
    Browse the repository at this point in the history