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

Add smt_option attribute #808

Merged
merged 10 commits into from
Nov 16, 2023
Merged

Commits on Nov 15, 2023

  1. Add an :smt_option attribute

    This allows setting specific SMT options (those supported by
    `(set-option ...)` in solvers) on a per-procedure level.
    atomb committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    972c1e3 View commit details
    Browse the repository at this point in the history
  2. Add test

    atomb committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2777ecd View commit details
    Browse the repository at this point in the history
  3. Simplify use of SMT options

    atomb committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7529785 View commit details
    Browse the repository at this point in the history
  4. Major simplifications

    atomb committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4ad4d6a View commit details
    Browse the repository at this point in the history
  5. Add help text

    atomb committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cd5f4c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cffeb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c682184 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    476d0c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Bump version number

    atomb committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e153721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d7d99 View commit details
    Browse the repository at this point in the history