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

Z3: handle exceptions from Z3 in a few more places. #408

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. Z3: handle exceptions from Z3 in a few more places.

    If Z3 is interrupted at those places, we throw a InterruptedException.
    
    We remove the solver-specific Z3SolverException.
    It does not bring any benefit over a default SolverException.
    
    This fixes #406.
    kfriedberger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    aaa7717 View commit details
    Browse the repository at this point in the history
  2. improve documentation.

    kfriedberger committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a5cd1b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    478f40a View commit details
    Browse the repository at this point in the history