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

Merge shared parts from polysat branch #7063

Merged
merged 6 commits into from
Dec 28, 2023

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    3907de7 View commit details
    Browse the repository at this point in the history
  2. dlist: rename elem -> list

    JakobR committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fee2008 View commit details
    Browse the repository at this point in the history
  3. tbv: use get_bit

    JakobR committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6de8462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73f272b View commit details
    Browse the repository at this point in the history
  5. egraph: callback setters take functions by value

    This allows to set callbacks without defining a separate variable for
    the callback lambda.
    
    (previous usage does one copy of the function, exactly as before)
    JakobR committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    81f9750 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d6f3e4 View commit details
    Browse the repository at this point in the history